Skip to main content
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.

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json
X-MSS-API-APPID
string
required

Application Id

X-MSS-CUSTOM-DATE
string
required

A date timestamp of the request

X-MSS-SIGNATURE
string
required

A signature for the request

X-MSS-API-USERKEY
string
required

User API Key

Path Parameters

ContactId
integer<int32>
required

Query Parameters

PageNumber
integer<int32>
PageSize
integer<int32>

Response

Success

Contact-location list response

locationCount
integer<int32>
required

Total number of locations matching the current request

contactLocations
PublicContactLocationModel · object[]

Locations returned for the requested contact