Skip to main content
Deep links allow you to seamlessly redirect tax firm users to Filed. These links can be used at any time to send users from a specific tax firm to their workspace and specific pages within Filed.

Base URL

Format

Recommended approach: Use the workspace slug to ensure customers are routed to the correct workspace:
Convenience option: If you don’t have the workspace slug available, you can use /w/redirect/ instead:
Important: Always use the workspace slug format (/w/{workspaceSlug}/) when available to ensure customers are directed to the correct workspace. This prevents routing errors and ensures proper workspace isolation.
The convenience option (/w/redirect/) automatically routes users to the correct workspace based on their authentication. However, using the workspace slug is the recommended approach for reliability.

Parameters

The path within Filed to redirect users to. Must be URL-encoded.Format options:
  • /w/{workspaceSlug}/<restofthepath> - Recommended: Explicitly routes to a specific workspace
  • /w/redirect/<restofthepath> - Convenience: Routes based on user authentication
Examples:
  • /w/smith-associates-tax-firm - Workspace dashboard
  • /w/smith-associates-tax-firm/connect/tax-software - Tax software connection page
  • /w/redirect/connect/tax-software - Tax software connection (convenience format)

Common Redirect Paths

Tax Software Connection Page

Redirect tax firm users to set up tax software connections. Recommended (with workspace slug):
Example:
Convenience option (without workspace slug):

Tax Prep Page

Redirect to a specific tax preparation. Recommended (with workspace slug):
Example:
Convenience option (without workspace slug):

Workspace Dashboard

Redirect to the main workspace dashboard. Recommended (with workspace slug):
Example:
Convenience option (without workspace slug):

Example

Notes

  • Deep links can be generated at any time and don’t expire
  • Always URL-encode the deep_link parameter
  • Tax firm users will be prompted to sign in if not already authenticated
  • Use the workspace slug format when available for reliable routing
  • The convenience option (/w/redirect/) relies on user authentication to route to the correct workspace

Troubleshooting

Problem: Deep links not redirecting correctly Solutions:
  • Always use workspace slug format (/w/{workspaceSlug}/) when available to ensure correct routing
  • Verify the workspace slug corresponds to the correct tax firm customer
  • Ensure deep_link parameter is properly URL-encoded
  • Check that the path exists in Filed’s application
  • Double-check that you’re using the correct workspace slug for each tax firm customer