Overview
Languages
Servers
Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/
Sandbox
https://api-staging.heydonto.com/
Production
https://api.heydonto.com/
- Mock server
https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/appointment-types
- Sandbox
https://api-staging.heydonto.com/site/{siteId}/appointment-types
- Production
https://api.heydonto.com/site/{siteId}/appointment-types
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/appointment-types' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
application/json
[ { "code": "WALKIN", "display": "Walk-in appointment", "system": "http://terminology.hl7.org/CodeSystem/v2-0276" } ]