Scheduling
calendars & appointments api
Validate if group slug is available or not.
cURL
curl --request POST \ --url https://services.leadconnectorhq.com/calendars/groups/validate-slug \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Version: <version>' \ --data ' { "locationId": "ve9EPM428h8vShlRW1KT", "slug": "calendar-1" } '
{ "available": true }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15
Location Id
"ve9EPM428h8vShlRW1KT"
Slug
"calendar-1"
Successful response
Was this page helpful?