Create Contact Response Datetime

Hi together, when I create a contact with the new v3 Contact Endpoint, the response object contains wrong values for createdAt and updatedAt. As the values are

“1970-01-01T00:00:00Z”, I asume they are actually Null.
If I look up the created contact with the get contact endpoint I receive the right values.
The same scenario works in the company api totally fine.

Here is my request and the response:
https://api.hubapi.com/crm/v3/objects/contacts?hapikey={{hubspotApiKey}}

Someone else having the same issue?
Thanks for any answer!

Hey @MGO,

Thanks for pointing this out! On my end, I’m able to observe a similar behavior as well.

It seems that the created date property is populating the correct date time and I’m able to see the correct `createdAt` and `updatedAt` value when I GET crm/v3/objects/contacts/{contactId}. However, the POST crm/v3/objects/contacts return response is showing `1970-01-01T00:00:00Z`.

In this case, I’ll have to reach out to our internal team and I’ll keep you posted here!

Hey @WendyGoh,

any resolutions on this issue?

Hey @MGO,

Our team is still looking into this and I’ll keep you posted as soon as I hear back from them.

Hey @MGO,

Here’s an update! Our team has pushed a fix for this issue. On my end, upon creating a contact via the crm/v3/objects/contacts endpoint, I’m not seeing the following value:

1970-01-01T00:00:00Z

for both the `createdAt` and `updatedAt` key.

Could you try and see if all’s well on your end?

Hey @WendyGoh,

yes the bug is fixed.

Thanks!