563848e0ecc0
Retrieve a single location by ID
Returns a single location record identified by {id}, scoped to the tenant identified by the required tenant-id header.
When to use: Use when you already know the location's ID and need its full detail. To list all locations for a tenant use GET /locations.
Preconditions: The tenant-id header is required. The {id} path parameter accepts either the location's certifyLocationId or its crosswalkId — it is looked up by certifyLocationId first, falling back to crosswalkId if no match is found.
Path parameters
The location's certifyLocationId or crosswalkId.
Headers
Response
A LocationResponse object containing the location's identifiers and detail fields (contacts, service address attributes, accessibility, office hours, practice limitations sourced from the location's operational value).
Example response
{
"billingEffectiveDate": "2022-03-10T16:15:50Z",
"billingTerminationDate": "2022-03-10T16:15:50Z",
"effectiveDate": "2022-03-10T16:15:50Z",
"terminationDate": "2022-03-10T16:15:50Z"
}