[Beta] Gets current vanity subdomain config
get
/v1/projects/{ref}/vanity-subdomainOAuth scopes
- domains:read
This endpoint is only available on the following plans:
- Pro
- Team
- Enterprise
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 400
- 401
- 403
- 429
- 500
Response (200)
1{2 "status": "not-used",3 "custom_domain": "lorem"4}