We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 31, 2022 3:41 PM
Hello
I've been using HubSpot's custom objects API (https://api.hubspot.com/crm/v3/objects/{fullyQualifiedName}) and ran into an interesting response that contained a Java exception/error. I am using PHP with curl to interact with the API. The response is as follows:
{
"status": "error",
"message": "Invalid input JSON on line 1, column 370: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJECT`)",
"correlationId": "_redacted_"
}
I was able to correct the error on my end, but thought this was a confusing response. I thought I would make you aware of it.
Thanks
Solved! Go to Solution.
Jun 1, 2022 12:46 PM
Thanks for pointing this out! Will report to the team to make the messaging more useful!
Jun 1, 2022 12:46 PM
Thanks for pointing this out! Will report to the team to make the messaging more useful!
Jun 1, 2022 12:47 PM
No problem! As a Java afficionado I was able to deduce the error, but just thought I'd share. Thank you!
Nov 20, 2022 8:41 PM
Could you please share more information on how you resolved the error? I am getting this same (confusing) error in my PHP with curl attempt to use: https://api.hubapi.com/crm/v3/objects/contacts
I am baffled as to what is the problem. I have looked through documentation and this forum, but have not found anything that helps to resolve this issue yet. Thanks for any insights!
Nov 20, 2022 11:49 PM
Nevermind ... I figured it out. The JSON is simply different in API v3.