3009937ca024
latestOpenAPI 3.1.02026-08-0624539313.1 KBAir
Get Special Service Requests (SSR)
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.
get/v2/air/special-service-requests
Response
OK
Example response
{
"specialServiceRequests": [
{
"code": "WCHC",
"category": {
"type": "SPECIAL_ASSISTANCE_WHEELCHAIR",
"description": "Special Assistance - Wheelchair"
},
"subCategory": "Wheelchair with wet cell battery.",
"isFreeTextMandatory": true,
"isFreeTextAllowed": true
}
]
}