Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } } ] }
Get all built-in modes plus your custom modes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
All built-in modes plus your company's custom modes
1500
1
100
Show child attributes