AurionAI Docs

Check Slug Availability

Check if a slug is available for use.

GET
/api/v1/tenant/slug/check

Check if a slug is available for use.

Authorization

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"
    }
  ]
}