v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Location Events

When subscribed to the Location webhooks you will receive the following events:

event_typedescription
location.createdLocation has been created
location.updatedLocation has been updated

Example payload

{ "uuid": "e69d397c-ba73-4472-a52e-5f61839aebb8", "event_type": "location.updated", "resource_type": "Company", "resource_uuid": "88f7cca1-dcad-4d20-84db-7fb80303d69f", "entity_type": "Location", "entity_uuid": "7b1d0df1-6403-4a06-8768-c1dd7d24d27a", "timestamp": 1658773140 }

Did this page help you?