Skip to main content
POST
Connect Agent Cal.com

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 agent UUID whose private Cal.com key you want to connect.

Body

string
Optional organization ID. When omitted, the organization is resolved from the agent.
string
required
The private Cal.com API key to connect for this agent.
string
Optional display name for the private Cal.com account. Defaults to Default.

Response

boolean
Whether the request succeeded.
string
Human-readable status message.

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required

Agent UUID

Body

application/json
api_key
string
required
org_id
string
account_name
string

Response

Cal.com connected successfully

success
boolean
message
string