/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
401
Invalid Authorization bearer token
403
Access forbidden
409
Conflict
422
Unprocessable Entity
500
Internal server error
get
/releasesGet 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
401
Invalid Authorization bearer token
403
Access forbidden
404
Release not found
500
Internal server error
get
/releases/{address}