APIs & Integrations

Solution2
Member

Is there a way to get the current timestamp that HubSpot is using?

I need to get the current timestamp from hubspot for syncing data. Is there a way to do this other than by updating a field then getting the last modified date?

2 Replies 2
chriswalker
Participant

Is there a way to get the current timestamp that HubSpot is using?

Were you able to come up with a solution here? I'm looking for the same thing as I've found out my local DB is about 2 minutes faster than the Hubspot DB but I don't want "create a new object" in order to get this data as a response suggests.

0 Upvotes
Dadams
HubSpot Employee
HubSpot Employee

Is there a way to get the current timestamp that HubSpot is using?

@Solution we don’t have a way to explicitly query for a timestamp. Many endpoints that create objects will return the object, with the included last modified property, and we do include the Date header in the http response.

0 Upvotes