---
title: "Check Slug Availability"
method: GET
path: "/namespaces/slug-availability/{slug}"
tags: ["Namespaces"]
---

# Check Slug Availability

`GET /namespaces/slug-availability/{slug}`

Check if a namespace slug is available for use.

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- SlugAvailabilityResponse — Response for slug availability check.
  - `available` boolean, required — Whether the slug is available for use.
  - `slug` string, required — The slug that was checked.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/terminaluse/apis/sb0-api.md) · [All operations](https://skmtc.net/terminaluse/apis/sb0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/terminaluse/sb0-api/revisions/f24a474dc415/schema)
