/releases

Get all releases

get
/releases

Get all releases that have been transferred to you. This includes all data except the pincode.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional

The maximum number of records to return

pageintegerOptional

Page number, to be used with limit

sincestringOptional

Timestamp to limit the releases to those modified since then

blstringOptional

The bill of lading number

containerstringOptional

The container number

Responses
200

Successful response

application/json
get
/releases

Get one release

get
/releases/{address}

Get the data of a single release identified by its address, excluding the pincode.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired
Responses
200

Successful response

application/json
get
/releases/{address}