People
List Locations for a Contact
GET /public/people//location — Returns paged locations for a contact, ordered: primary first, then billing, then most recently modified.
GET
Retrieves all addresses stored for a specific contact. Results are ordered with the primary location first, the billing location second, and then the remaining locations sorted by most recently modified. Pagination defaults to page 1 with 10 results per page.
PageNumber must be 1 or greater — values less than 1 return a 400 error.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
Available options:
application/json