Skip to main content
POST
Create Events

Authorizations

Authorization
string
header
required

Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.

Body

application/json
events
object[]
required
shipment_uuid
string<uuid>

Provide this or shipment_id.

shipment_id
string

Provide this or shipment_uuid.

Maximum string length: 50

Response

Events created. The response carries no data payload.

api_response
string