Referência da APIAgenda
Buscar reunião por id
Autorização
apiKey AutorizaçãoBearer <token>
Chave de API (gos_…)
Em: header
Parâmetros de caminho
id*string
Length
1 <= lengthCorpo da resposta
application/json
curl -X GET "https://example.com/appointments/string"{ "id": "string", "contactId": "string", "contactName": "string", "opportunityId": "string", "title": "string", "startAt": "string", "endAt": "string", "location": "string", "conferenceUrl": "string", "calendarKey": "string", "assigneeUserId": "string", "status": "scheduled", "outcome": "realizada", "source": "string", "createdAt": "string", "createdByUserId": "string", "createdBySource": "crm", "updatedAt": "string", "canceledAt": "string", "outcomeAt": "string", "recoveredFromAppointmentId": "string"}Agendar reunião
Fluxo: chame `GET /calendars/:id/slots`, pegue um horário livre e passe seu `startAt` + `assigneeUserId` (o vendedor que a distribuição resolveu) aqui. `endAt` ausente = startAt + duração da agenda. A trava anti-double-booking e o teto por dia valem — horário ocupado ou acima do teto responde 400/409/422. Aceita `Idempotency-Key`.
Cancelar reunião
Próxima página