Skip to main content
GET
/
v2
/
billing_statuses
cURL
curl --request GET \
  --url https://api.example.com/v2/billing_statuses/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "value": "<string>",
    "display_text": "<string>",
    "ticket_type": "<string>",
    "fleet": 123,
    "is_system": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

ticket_type
enum<integer>
  • TOLL - toll
  • PARKING - parking
Available options:
PARKING,
TOLL

Response

200 - application/json
id
integer
required
value
string
required
display_text
string
required
ticket_type
string
required
fleet
integer | null
required
is_system
string
required