Hey @vapid hound ,
I’ve connected a Pipedrive account with a valid API token and provided the domain name. However, there appears to be an issue with how authentication is currently being handled.
From reviewing the Pipedrive API docs, I noticed:
- The API token needs to be passed as a header:
x-api-token, rather thanBearer token - I also checked if the issue was with the domain-specific API base URL, and found that the version is missing.
The base URL should follow this format:
https://<domain>.pipedrive.com/v1/
instead of justhttps://<domain>.pipedrive.com/.
Please help us with a quick fix. Thanks