Hello,
I’ve been experimenting with Pipedrive’s APIs and have encountered an issue with the Task-related APIs. I consistently receive a “404 Not Found” error when attempting to use them. On the other hand, APIs related to Activities, Persons, and Organizations work perfectly, providing the expected responses.
I noticed that the Task and Project APIs are under beta, could that be the reason for the failed response?
As an illustration, here’s a sample GET request. Please note that I have obfuscated the domain and token for privacy/security reasons:
Example GET request:
https://mydomain.pipedrive.com/v1/tasks?api_token=xxxxxxxxxxxxxxxxxxxxxxxxx
I appreciate your assistance in resolving this issue.