API Authorization
This describes how you can get the authroization to access the APIs.
Credentials
You will need Access Token
to establish a connection to the APIs.
If you do not have the Access Token
, please contact the Warehouse you are working with for this project and have them submit a request for API access to their Customer Success Manager.
Request Verification
Data sent to the API will need to be verified with the Access Token
.
You will need to put the following header to get authorization:
Authorization: Bearer <Access Token>
For example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
So we can be sure that the request was sent from our customers.