Skip to main content
POST
Check booking slug availability

Body

application/json

Request body used to check whether a booking slug can be claimed.

urlSlug
string
required

The booking slug to check.

Required string length: 3 - 40
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

No Content. The operation succeeded but returned no response body.