GET
/
api
/
ticket
curl --request GET \
  --url https://api.app.fleetit.com/api/ticket/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
string
Example:

"0"

limit
string
Example:

"0"

date_from
string

Posting Date From

Example:

"YYYY-MM-DD"

date_to
string

Posrting Date To

Example:

"YYYY-MM-DD"

transaction_date_from
string
Example:

"YYYY-MM-DD"

transaction_date_to
string
Example:

"YYYY-MM-DD"

Example:

"csv"

columns
string
Example:

"id,agency,amount,our_cost,transaction_date_time"

download
string
Example:

"csv"

email
string

The email that is registered in our portal is allowed.

Example:

"email@email.com"