API Documentation
The most beneficial way to use Boxtech is by integrating it into your workflow and systems to provide container data or a source of checking information.
The Boxtech API is part of the BIC's digital services and you will need to follow the steps below to access this API
- 1.Register for an Account by visiting one of the links below:
- 1.Download the Postman Collection or Start Coding to Integrate
The value for Authorization header is:
Basic <credentials>
, where credentials is the Base64 encoding of username and password joined by a single colon :
eg. username:password
Example:
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
post
https://uat.bic-boxtech.org
/oauth/token
Retrieve Token
Open API documentation can be found at...
You can download the Postman collection to get started with Boxtech at https://documenter.getpostman.com/view/Tzm9huBX?version=latest
Last modified 1yr ago