Developer Portal
Northbound Partner API ยท v1

Redirect URIs

Whitelist the exact callback URLs your application uses for OAuth. Requests with a redirect_uri that isn't on this list are rejected.

Must be https:// (or localhost for development). No fragments, no userinfo. Exact match โ€” query strings count.

No redirect URIs yet

Add the callback URL your OAuth flow uses. You can add multiple โ€” one per environment per app.

Comparison is exact and case-sensitive on the path. /callback and /callback/ are different.