---
title: "Get market codes list"
method: GET
path: "/v1/projects/{projectId}/markets/availability"
tags: ["markets"]
---

# Get market codes list

`GET /v1/projects/{projectId}/markets/availability`

The endpoint retrieves the list of market codes available for alphanumeric registration. Market code is an optional query param, if used, the response will contain a list with the same market code if it is available; the list will be empty if it is not.

## Path parameters

- `projectId` string, required

## Query parameters

- `marketCode` string
- `language` string
- `registrationType` 'ALPHANUMERIC_SENDER_ID' | 'LONG_NUMBER' | 'SHORT_CODE' | 'RCS_AGENT', enum

## Response `200`

OK

- ListAvailableMarketsResponse — List of market codes available for registration under request filters.
  - `markets` MarketDescription[] — List of countries that matches with the request criteria.
    - `marketCode` string — ISO market code (ex. 'IT', 'AU', 'AE', etc.)
    - `marketName` string — Market Name

## Other responses

- `403` — Customer has no authorization for this API
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/sinch-sender-id-registrations-api.md) · [All operations](https://skmtc.net/sinch/apis/sinch-sender-id-registrations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/sinch-sender-id-registrations-api/revisions/e93587db2688/schema)
