Skip to main content

Location

End-user coordinates and associated location metadata.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
latitudenumber (double) or string (NaN, Infinity, -Infinity)OptionalLatitude of the location in decimal degrees.
longitudenumber (double) or string (NaN, Infinity, -Infinity)OptionalLongitude of the location in decimal degrees.
citystringOptionalCity associated with the location; currently left empty because reverse geocoding is not implemented.
timezonestringOptionalIANA time zone associated with the record or schedule. IANA, derived from coordinates server-side.
updatedAtstring (date-time)OptionalTime this record was most recently updated.

Where used​

ReferenceRelationship
Get the caller's end-user profilePOST /api/v1/enduser/get
Update the caller's locationPOST /api/v1/enduser/update-location
EndUserStateNested in model

Download the public reference contract.

Document: DOC-API-MODEL-location.