Get Available Slots
GET
/agendas/{companyId}/{agendaId}/availableslots
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/agendas/{{companyId}}/{{agendaId}}/availableslots' \
--header 'x-ai-agent: e7f8d632a91b4c5890f27635dc18a49eb26758943f2c487db9137561c8f94a3e' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-04-22",
"endDate": "2025-04-25"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
Parâmetros Header
Authorization
string
opcional
Exemplo:
{{apiKey}}
x-ai-agent
string
requerido
Exemplo:
e7f8d632a91b4c5890f27635dc18a49eb26758943f2c487db9137561c8f94a3e
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01