OAuth Callback URL

It only seems possible to specify and single callback URL when configuring OAuth? Normally its possible to specify several, this is useful for development as you wont want to redirect to the production instance when developing locally.

I’ve not gone as far as rolling our app into production yet so its currently staging and local for our environments, so I’m not sure what changes when the app moves out of this ‘draft’ status. At that point am I able to specify different callback urls for our main pipedrive instance and a different one for the sandbox?

Hi Ben,

It isn’t possible to have more than 1 callback URL (even after submitting). The standard way that this has been handled is to have multiple app instances (Staging/local) which are left in draft so that you aren’t affecting the production instance.

1 Like