Create an authorization
POST/authorizations
Creates or updates an authorization originating from the logistics company's ERP system.
The externalId identifies the record in the ERP and makes the operation idempotent —
submitting the same authorization twice (e.g. on retry) is safe.
Carrier and driver are identified by their NIF/CIF — no internal UUIDs required.
Requires X-Partner-API-Key header.
Request
Responses
- 201
- 400
- 401
- 422
- 500
Authorization created successfully
Invalid request data
Invalid or missing partner API key
Carrier or driver not found by the provided identifier
Internal server error