Validate group slug
POST/calendars/groups/validate-slug
Validate if group slug is available or not.
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location Id
slugstringrequired
Slug
{
"locationId": "ve9EPM428h8vShlRW1KT",
"slug": "calendar-1"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
availablebooleanrequired
Whether the slug is available
{
"available": true
}