---
title: "Get Special Service Requests (SSR)"
method: GET
path: "/v2/air/special-service-requests"
tags: ["Air"]
---

# Get Special Service Requests (SSR)

`GET /v2/air/special-service-requests`

Returns the list of all Special Service Requests (SSR) supported by Spotnana.
This API doesn't require a request payload or a query parameter.
You can use this endpoint anytime during the air booking or exchange workflow 
to view the list of SSRs currently supported by Spotnana.

## Response `200`

OK

- SpecialServiceRequestsResponse — List of the Special Service Requests (SSR) Spotnana support.
  - `specialServiceRequests` SpecialServiceRequest[]
    - `code` string, required — Unique 4-letter code for the service request.
    - `category` Category, required — Details about the category of the Special Service Request (SSR).
      - `type` 'BASSINET' | 'SPECIAL_ASSISTANCE_WHEELCHAIR' | 'BAGGAGE' | 'UNACCOMPANIED_MINOR' | 'PETS' | 'MEET_AND_ASSIST' | 'OTHERS' | 'MEAL' | 'SPECIAL_ASSISTANCE_DISABILITY' — Enum of supported category types.
      - `description` string — Category description.
    - `subCategory` string, required — The type of Special Service Request (SSR).
    - `isFreeTextMandatory` boolean — Indicates if free text input is mandatory for the Special Service Request (SSR).
    - `isFreeTextAllowed` boolean — Indicates whether adding free text is supported. SSRs that support free text will allow you to add additional information about the service request.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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