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 headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
driverIdstringpathrequiredOur driver id OR your own external driver id.
sidestringpathrequiredAllowed values:
frontbackStatus codes
200The licence image.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
