Returns a list of available visit statuses.
This endpoint returns a list of all visit statuses configured for the account associated with the provided access token. Each status type includes a code
and a description
. The code can be used in our PATCH /apointments endpoint to update the status of an appointment.
Successful response
The response is of type object
.
Returns a list of available visit statuses.
This endpoint returns a list of all visit statuses configured for the account associated with the provided access token. Each status type includes a code
and a description
. The code can be used in our PATCH /apointments endpoint to update the status of an appointment.
Successful response
The response is of type object
.