Retrieving a location

GET {{api-url}}/customer-management/{{tenant}}/locations/{{locationId}}

Preview Retrieves a location by the specified unique identifier.


### Required scopes * clientmanagement.location_read

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"id":"627e06ecf0452c2d6c0b81391","name":"Main HQ","type":"HEADQUARTER","contactDetails":{"emails":["jon.doe@example.com","adam.smith@sample.org"],"phones":[1234567890,"0123456789"],"addressLine1":"W Sample St","addressLine2":"3601-3799","city":"South Bend","state":"Indiana","postcode":46619,"countryCode":"US"},"metadata":{"createdAt":"2022-03-31T13:18:02.379Z","modifiedAt":"2022-03-31T13:18:02.379Z","version":1}}