APIs & Integrations

Not applicable

Getting Internal Error for standard "createOrUpdate" call

array(4) {
[“status”]=>
string(5) “error”
[“message”]=>
string(14) “internal error”
[“correlationId”]=>
string(36) “536c5554-cf39-421b-95e6-b6bda63321b2”
[“requestId”]=>
string(32) “97e6662d4195e53c57b54a5649806bcc”
}

I’ve made this call in the past just fine, and my auth is working because I can make GET calls no problem. This is my endpoint I’m hitting

…/contacts/v1/contact/createOrUpdate/email/{{some-email}}

And I’m passing it an empty ‘properties’ object. Again this all used to work fine. Any ideas?

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Getting Internal Error for standard "createOrUpdate" call

Hi @optikalefx,

Could you post the full request you’re making to that endpoint? I was able to successfully make requests with an empty properties array like this:

{
“properties” : []
}

0 Upvotes