Hello, I have a question about the pipedrive API. I can get the data from the API (for example leads) when I set up api_key in the Auth type Pipedrive API under authorization in postman. But I don’t understand how to set up the authorization in the header without passing the api_key as query params. Thank you for the support.
Hello! Passing the API token in the headers is indeed a good practice and the header name you’re looking for is x-api-token
. See this article in our developer documentation: Authentication
1 Like
Thank you for the anwser. It works.
1 Like