[Beta] Checks vanity subdomain availability
post
/v1/projects/{ref}/vanity-subdomain/check-availabilityOAuth scopes
- domains:write
This endpoint is only available on the following plans:
- Pro
- Team
- Enterprise
Path parameters
- refRequiredstring
Project ref
Body
- vanity_subdomainRequiredstring
Response codes
- 201
- 400
- 401
- 403
- 429
- 500
Response (201)
1{2 "available": true3}