Hello Super Troopers!
small talk
To help my colleagues from the sales team with potentially automating some of their activities I’ve recently begun exploring the Pipedrive API. So far it has been a great experience. Both the API and it’s documentation are very complete and easy to use.
While creating various functions the v1/openapi.yaml specification has been of great value in determining the structure of requests, responses and most importantly the data types of all fields.
I would, of course, much prefer to use the V2 endpoints where available. Unfortunately I have not yet been able to find the v2/openapi.yaml specification. The relevant information, data types in particular, can be deduced from the documentation and responses, but having it readily available in the specification would be preferred because it saves time and avoids mistakes.
question
Does the v2/openapi.yaml specification exist?
- If yes: Where can I find it?
- if no: Is it planned to be made?
- if yes: When might we roughly expect it?
- if no: Okay, np. I’ll figure it out manually.
Thanks!