Get "api_token" via OAuth authorization API

Hi, I need to know how can I get the api_token using the OAuth authorization.

I need the api_token, but I don’t want to get it manually. Once I have an authorization via OAuth, is there any way to get this info? Any endpoint?

Thanks

Hi @Seralto,

There is no way to get the api_token via OAuth as that would defeat the purpose of OAuth authorization, which is there to keep the api_token hidden. You would instead use the access_token: https://pipedrive.readme.io/docs/marketplace-oauth-authorization

1 Like