Get Appointment
GET
/appointments/{companyId}/{agendaId}/{appointmentId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/appointments/{{companyId}}/{{agendaId}}/{{appointmentId}}' \
--header 'Authorization: {{apiKey}}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
appointmentId
string
requerido
Exemplo:
{{appointmentId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Respostas
Modificado em 2025-04-24 20:06:01