v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBMileage
Query mileage categories
Query mileage categories for the authenticated user
post/v6/mileage/categories/query
Request body
Response
Success
Example response
{
"data": [
{
"id": "mct_12345678",
"name": "Business Travel",
"status": "ACTIVE",
"type": "BUSINESS",
"customData": {
"internal_key": "some_internal_key",
"some_other_field": 23434
}
}
]
}