---
title: "Check team slug availability"
method: GET
path: "/teams/slugs/{slug}/availability"
tags: ["Teams"]
---

# Check team slug availability

`GET /teams/slugs/{slug}/availability`

Check whether a team URL slug is available within the current tenant.

## Path parameters

- `slug` string, required — Candidate team URL slug to check after server normalization.

## Query parameters

- `key` string — Current team key to exclude when checking availability during team edits.

## Response `200`

OK

- object — Team slug availability result.
  - `slug` string, required — Normalized team URL slug that was checked.
  - `available` boolean, required — Whether the normalized slug is available in this tenant.

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

---

[API](https://skmtc.net/session/apis/session-services-api.md) · [All operations](https://skmtc.net/session/apis/session-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/session/session-services-api/versions/a1bb6f6c8a2e/schema)
