Check Slug Availability
Check if a slug is available for use.
Check if a slug is available for use.
AuthorizationBearer <token>
In: header
Query Parameters
slug*Slug
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/tenant/slug/check?slug=string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}