CalComService
Connect Agent Cal.com
post/api/v1/calcom/agents/{agent_id}/connect
Path parameters
agent_idstring required
Agent UUID
Request body
Example request
{
"org_id": "<string>",
"api_key": "<string>",
"account_name": "<string>"
}Response
Cal.com connected successfully
Example response
{
"success": true,
"message": "Cal.com disconnected successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.