Hi,
can anyone please help me
https://api.hubapi.com/contacts/v1/contact/createOrUpdate/email/john.doe@example.com/?hapikey=YOUR_HUBSPOT_API_KEYcan anyone please explain why this api not working i did added on body : {
"properties": [
{
"property": "firstname",
"value": "John"
},
{
"property": "lastname",
"value": "Doe"
},
{
"property": "email",
"value": "
john.doe@example.com"
}
]
}
but response coming error
{
"status": "error",
"message": "This hapikey doesn't exist.",
"correlationId": "49db4ad4-aa09-4654-9"
}
what problem there?