curl --request GET \
  --url https://api.splose.com/v1/locations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 1,
  "title": "Rainbow Therapy",
  "abn": "12345678",
  "address": "12345678",
  "postalCode": "5000",
  "suburb": "Adelaide",
  "state": "SA",
  "country": "Australia",
  "phone": "0412345678",
  "email": "rainbow-therapy@splose.com",
  "onlineBooking": false,
  "timezone": "Australia/Adelaide",
  "archived": false,
  "createdAt": "2023-07-30T09:00:00.000Z",
  "updatedAt": "2023-07-30T09:00:00.000Z",
  "deletedAt": "2023-07-30T09:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
Required range: x > 0
Example:

1

Response

200 - application/json

Object with location data.

The response is of type object.