MyEZToll
GET/api/partner/v1/states

List states

List bookable states (the abbreviation is the stateId used when creating a car).

Authorization

X-Api-Key header

Send your partner key on every request. The key is bound to exactly one owner account.

Response

200 · application/json
successbooleanrequired
dataobject[]
abbreviationstring
namestring
errorstringnullable

Status codes

200Bookable states.
401Missing, unknown or revoked API key.