Order API can be used to fetch the information about orders
The base URL for all API endpoints is https://api.rekki.com
.
Requests must be authenticated via an authorization header Authorization: Bearer TOKEN
.
Unauthenticated requests will receive a 401 Unauthorized
response.
Requests must also specify the token type via the header X-REKKI-Authorization-Type: supplier_api_token
.
Contact [email protected] for an API token.
Please consult out swagger page for the current api information