Skip to main content
GET
Get Appointment

Authorizations

string
required
Your JWT access token. Pass it as a Bearer token in the Authorization header. Example: Authorization: Bearer <token>.

Path Parameters

string
required
The Cal.com booking UID for the appointment you want to fetch.

Query Parameters

string
Optional fallback organization ID. It is used only when the JWT claims do not already include the org context.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.
object
Returned appointment data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appointment_id
string
required

Cal.com booking UID

Query Parameters

org_id
string

Fallback organization ID used only when not present in JWT claims

Response

Appointment retrieved

success
boolean
message
string
data
object
Example: