Skip to main content
GET
/
v1
/
transport
/
mode
Get a list of transport modes
curl --request GET \
  --url https://app.variable.global/api/v1/transport/mode \
  --header 'Authorization: Bearer <token>'
{
  "count": 1500,
  "page": 1,
  "pageSize": 100,
  "data": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "Electric truck",
      "code": "electric-truck",
      "taxonomy": {
        "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "Material",
        "path": "material"
      },
      "dataset": {
        "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "Freight, electric truck, 2024"
      }
    }
  ]
}
Requires permission:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

All built-in modes plus your company's custom modes

count
integer
Example:

1500

page
integer
Example:

1

pageSize
integer
Example:

100

data
object[]