v1

latestOpenAPI 3.0.32026-07-26630183.2 KB
Modalities

Modalities

get/modalities

Query parameters

idstring required
sitestring required
Example:br

It refers to the country code and must be filled with two alphabetic characters.

language'ES' | 'PT' | 'EN' required

This field must be filled with the language in which you want to receive the response.

fromstring

Start date of the search range. This field must be used together with 'to'; providing only one of the two parameters is not supported.

tostring

End date of the search range. This field must be used together with 'from'; providing only one of the two parameters is not supported.

Response

Successful response

ticket_idstring

ID of the ticket type being searched.

tracking_idstring

ID of the ticket type being searched.

idstring
typestring
namestring
descriptionstring

Description of the attraction for the ticket.

Example response

{
  "modalities": [
    {
      "id": "ORL_1P1D_EPIC"
    }
  ]
}