Fuel Card API
/v1/fuel_cards - GET
Retrieves the collection of FuelCardResource resources.
Endpoint
GET - https://api.travisroadservices.com/v1/fuel_cards
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
isMainCard
|
string | Enable this filter to retrieve the main card only |
status
|
string | Filter based on the fuel card status. Possible values: 1 (pending), 2 (activated), 3 (blocked) and 4 (expired) |
cardNumber
|
string | Filter based on fuel card number. A partial card number can be provided, all matching results will be returned. |
page
|
string | The collection page number |
itemsPerPage
|
string | The number of items per page |
Request body
No request bodyResponse body
Response 200