CalComService
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>"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.