v1
latestOpenAPI 3.0.12026-07-2691137122.3 KBCalComService
Get Agent Cal.com Account
get/api/v1/calcom/agents/{agent_id}/account
Path parameters
agent_idstring required
Agent UUID
Query parameters
org_idstring
Fallback organization ID used only when not present in JWT claims
Response
Agent Cal.com account retrieved
Example response
{
"success": true,
"message": "Agent Cal.com account retrieved",
"data": {
"connected": true,
"type": "<string>",
"calcom_account_id": "<string>",
"account_name": "<string>",
"status": "<string>",
"api_base_url": "<string>"
}
}