You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Custom domain**: `https://your-domain.com/funnel/callback` (if you have custom domains configured)
122
-
123
-
You can either:
124
-
- Use the `redirect_uri` parameter dynamically in your redirect
125
-
- Hard-code the callback URL if you know your domain configuration
122
+
:::info Callback URL
123
+
The `redirect_uri` parameter will always point to `/funnel/callback` on the appropriate domain (`https://signup.cat/funnel/callback` by default, or your custom domain if configured). You can either use the `redirect_uri` parameter dynamically in your redirect or hard-code the callback URL if you know your domain configuration.
0 commit comments