cURL
curl --request GET \ --url https://api.ravan.ai/api/v1/ghl/setup/agents/calendar/{calendar_id} \ --header 'X-Api-Key: <api-key>'
{ "success": true, "message": "Request completed successfully", "data": { "agent_id": "id_123", "agent_name": "example", "calendar_id": "id_123", "is_active": true, "created_at": "example" } }
Get GHL Agent by Calendar.
Show data
GHL Calendar ID
Successful response
Show child attributes