Locations
List Locations
Retrieve all test locations available to your API key
GET
Retrieve all test locations accessible to your API key. Use the
id from a returned location when creating an appointment with Create Appointment.
Request
This endpoint takes no request parameters.Response
On success, the API returns200 OK with an array of location objects.
string
required
Unique location identifier (UUID).
string
required
Display name of the location.
string
Company or clinic name. May be
null.string
Street address line 1. May be
null.string
Street address line 2. May be
null.string
City. May be
null.string
State or province. May be
null when the city has no linked state (e.g. city-states or unmapped
imports).string
Postal or ZIP code. May be
null.string
Full country name. May be
null.string
ISO 3166-1 alpha-2 country code (e.g.,
DE, US, FI). May be null.string
IANA timezone identifier (e.g.,
Europe/Berlin). May be null.string
Contact phone number for the location. May be
null.string
Contact email address. May be
null.string
Website URL. May be
null.string
Google Maps link for the location. May be
null.string
URL of a location photo. May be
null.object
Weekly opening hours. Each weekday key (
monday–sunday) maps to an array of open/close time
ranges. An empty array means the location is closed that day. The whole object is null when
hours are not available for the location.