Clinic Location Data

GET {{baseUrl}}/experimental/health/v0/clinics/:id

Provides data associated with a specified clinic ID, including appointment types.

HEADERS

KeyDatatypeRequiredDescription
Accept-LanguagestringThe language or locale accepted by the client application.
x-mock-response-codenumberUsed to specify the type of response to receive from the mock service. Indicate the desired response code from available codes on this service: 200, 404.

RESPONSES

status: OK

{"data":{"id":"98989898","versionKey":"5692cc40af18","name":"The Little Clinic - General Office","phone":"aliqua dolor laborum officia","chain":"THE LITTLE CLINIC","location":{"address":{"street":"1014 Vine St","locality":"Cincinnati","postalCode":"adipisicing in consequat","countryCode":"US","region":"OH","unit":"Suite 1"},"coordinates":{"lat":"39.103062","lng":"-84.513443"}},"hours":{"timezone":-63584059,"open24":false,"monday":{"open":"06:00","close":"23:00","open24":false},"tuesday":{"open":"06:00","close":"23:00","open24":false},"wednesday":{"open":"06:00","close":"23:00","open24":false},"thursday":{"open":"06:00","close":"23:00","open24":false},"friday":{"open":"06:00","close":"23:00","open24":false},"saturday":{"open":"06:00","close":"23:00","open24":false},"sunday":{"open":"06:00","close":"23:00","open24":false}},"appointmentTypes":[{"name":"FLU","description":"Flu-like illness.","category":"General"}]}}