Can't find option to add, change or update Redirect URI

Hello! I have already created a Developer Account and a Sandbox Account, done creating the App via Developer account which gave me the client_id and client_secret but I can’t seem to find the option to add/change/update the redirect uri. On the Developer App page, I only see the App Overview, API Keys, and APIs*, and on Sandbox when clicking the “API Access” it only show option to add client_id and client_secret to generate a personal API token and a Partner auth code. Not sure where can I find the option to add my redirect uri.

Miguel,

We don’t currently require the redirect URI to be registered, and so editing it after creation isn’t necessary. So long as you pass the same value when you make your initial authorization call and your call to exchange that code for a refresh token, you should be fine.

Thanks,

  • Tom Scott

Thanks Tom!