Scheduling
calendars & appointments api
Disable Group
cURL
curl --request PUT \ --url https://services.leadconnectorhq.com/calendars/groups/{groupId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "isActive": true } '
{ "success": "true" }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15
Group Id
"ocQHyuzHvysMo5N5VsXc"
Is Active?
true
Successful response
Success
"true"
Was this page helpful?