MyEZToll
GET/api/partner/v1/toll-providers

List toll providers

List toll providers (the id is required to attach a transponder).

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[]
idstring <uuid>
namestring
stateCodestringnullable
categorystringnullable
errorstringnullable

Status codes

200Active toll providers.
401Missing, unknown or revoked API key.