Olery Developer Portal logo Olery Developer Portal

Method Path
GET https://agora.olery.com/v2/travel-types

This route returns a list of all the available travel types.

Output Format

The data is returned as an Array of Strings in the data key.

Sort Order

The data is sorted in ascending order.

Example Output

{
    "data": [
        "business",
        "leisure",
        "sightseeing"
    ]
}

Response Statuses

Status Code Reason
200 OK

Response Fields

Field Data Types Description
data Array The list of travel types.