Mileage
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
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.