Projects

Check Slug Availability

GET
/v0/project-slug

Query Parameters

slug*string
excludeProjectId?string|null

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v0/project-slug?slug=string"
{  "available": true,  "reason": "string"}