Skip to content

HeyDonto API Documentation (1.0)

API documentation for HeyDonto API

Overview
Languages
Servers
Mock server

https://docs.heydonto.com/_mock/apis/heydonto/openapi/

Sandbox

https://api-staging.heydonto.com/

Production

https://api.heydonto.com/

Site Appointment Types

Operations

Get unique appointment types across ALL Appointments (no filters).

Request

Security
bearer
Path
siteIdstringrequired

Site identifier

curl -i -X GET \
  'https://docs.heydonto.com/_mock/apis/heydonto/openapi/site/{siteId}/appointment-types' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Returns an array of { code, display, system } objects, representing unique appointment types.

Bodyapplication/jsonArray [
codestringrequired
Example: "WALKIN"
displaystringrequired
Example: "Walk-in appointment"
systemstringrequired
Example: "http://terminology.hl7.org/CodeSystem/v2-0276"
]
Response
application/json
[ { "code": "WALKIN", "display": "Walk-in appointment", "system": "http://terminology.hl7.org/CodeSystem/v2-0276" } ]

Appointment Type

Operations

Brands

Operations

Dental Practices

Operations

Dental Services

Operations

Organizations

Operations

Practice Management Systems

Operations

Sites

Operations

Codes

Operations

Site Assistants

Operations

Periomeasure

Operations

Availability

Operations

Users

Operations

Billing Information

Operations