---
title: "Get Alias Name Availability"
method: POST
path: "/connect/settings/available/{service}"
tags: ["Connect Settings"]
---

# Get Alias Name Availability

`POST /connect/settings/available/{service}`

Checks whether given Alias name is available for use
for the selected service in the current organization.

## Parameters

- `#/paths/~1connect~1settings~1%7Bservice%7D/get/parameters/0` — unresolved $ref

## Request body

- object
  - `alias` string, required — The alias to check availability for.

## Response `200`

Success

- object
  - `body` object — Response body.
    - `alias` string — The alias that was checked for availability.
    - `available` boolean — Whether the alias is available for use. True for available and false for not available.
    - `message` string — A message indicating the availability of the alias.
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
