Get paginated billing usage data for the authenticated user. NOTE: This is a beta endpoint and may be subject to change.
Exports usage data for a user. Descriptions of response fields can be found below:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Accept header to specify the response format
"application/json, text/csv"
Filter by currency
USD
, VCU
, DIEM
"USD"
End date for filtering records (ISO 8601)
"2024-12-31T23:59:59.000Z"
Number of items per page
0 < x <= 500
200
Page number for pagination
x > 0
1
Sort order for createdAt field
asc
, desc
"desc"
Start date for filtering records (ISO 8601)
"2024-01-01T00:00:00.000Z"
Successful response
The response schema for the billing usage endpoint
Get paginated billing usage data for the authenticated user. NOTE: This is a beta endpoint and may be subject to change.
Exports usage data for a user. Descriptions of response fields can be found below:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Accept header to specify the response format
"application/json, text/csv"
Filter by currency
USD
, VCU
, DIEM
"USD"
End date for filtering records (ISO 8601)
"2024-12-31T23:59:59.000Z"
Number of items per page
0 < x <= 500
200
Page number for pagination
x > 0
1
Sort order for createdAt field
asc
, desc
"desc"
Start date for filtering records (ISO 8601)
"2024-01-01T00:00:00.000Z"
Successful response
The response schema for the billing usage endpoint