APIs & Integrations

alexth1
Member

409 Conflict

Sometimes when listing objects using the endpoint:

 

GET /crm/v3/objects/{objectType}

 

I get `409 Conflict` response with `error code: 1018`

 

I've browsed though API documentation and community posts, but haven't found anything on this matter.

 

What could've caused it and how do I prevent it? Thank you!

0 Upvotes
1 Reply 1
zachh
Contributor | Platinum Partner
Contributor | Platinum Partner

409 Conflict

Hi @alexth1 

 

What are you trying to do using that endpoint? I mostly see that error appear when trying to create or update data, rather than a GET request, so I'm not entirely sure what could be going wrong.

 

It might help to share the code from your GET request (with any private information like Private App tokens redacted, of course).

 

- Zach

 

0 Upvotes