Projects
Check Slug Availability
Query Parameters
slug*string
excludeProjectId?string|null
Response Body
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"
}{
"_tag": "ProjectValidationError",
"message": "string"
}{
"_tag": "UnauthorizedError",
"message": "string"
}{
"_tag": "ForbiddenError",
"message": "string",
"code": "string"
}{
"_tag": "NotFoundError",
"message": "string"
}{
"_tag": "ProjectConflictError",
"message": "string"
}