---
title: "Check gateway slug availability"
method: POST
path: "/v1/gateways/slug"
tags: ["Gateways"]
---

# Check gateway slug availability

`POST /v1/gateways/slug`

Checks whether a gateway slug is available for use

## Request body

- SchemasSlugInfoRequest
  - `slug` string, required

## Response `200`

OK

- SchemasSlugInfoResponse
  - `available` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-02-20** `13d86377193e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/gateways/slug/post.md)

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/a509111298b2/schema)
