v1
latestOpenAPI 3.0.02026-07-26550199.6 KBlocation
Get a single location
Get location data by id
get/locations/{id}
Path parameters
idinteger required
Example:1
Response
Object with location data.
Example response
{
"id": 1,
"title": "Rainbow Therapy",
"abn": "12345678",
"address": "12345678",
"postalCode": "5000",
"suburb": "Adelaide",
"state": "SA",
"country": "Australia",
"phone": "0412345678",
"email": "rainbow-therapy@splose.com",
"timezone": "Australia/Adelaide",
"associatedServiceIds": [
1,
2,
3
]
}