Creating a Person via the API

Hopefully you can see the image below. I have obscured some of the details. All I am trying to do is create a Person using the API - I can create and update other items, such as Organizations with no issues, but in this simplest example I get “success”: false “error”: “Not Found”. Any ideas?

Hi! Please try using yourdomain.pipedrive.com/api/v1/persons

While some v1 endpoints might work without the api prefix, it is not the recommended way.

NB! v1 Persons endpoint has been deprecated since April 2025 so please switch to /api/v2/persons to avoid your integration breaking in the future.