Organizations: invalid json returned

Oleg Volkov
Oleg Volkov Member Posts: 2 NEW MEMBER
edited February 26 in Apps and Integrations #1

I have a project on C# that was working through pipedrive API v1 and it broke. The reason is that the company is null for some reason. What can I do about it?

var url = $"https://{COMPANYDOMAIN}/api/v1/organizations/{id}?api_token={API_TOKEN}"

returned json is: {"success":true,"data":{"id":19657,"company_id":null,"owner_id": …

The same problem exists when creating an organization

Tagged:

Answers