MyEZToll
GET/api/partner/v1/drivers/{driverId}/license/{side}

Download licence image

Download a licence image.

Returns the image bytes themselves — NOT the JSON envelope.

Authorization

X-Api-Key header

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

Path parameters

driverIdstringpathrequired

Our driver id OR your own external driver id.

sidestringpathrequired
Allowed values:frontback

Status codes

200The licence image.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.