Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 751 Bytes

order-api.md

File metadata and controls

24 lines (14 loc) · 751 Bytes

REKKI - ORDER API


Order API can be used to fetch the information about orders

The base URL for all API endpoints is https://api.rekki.com.

Authentication

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.


Endpoints

Please consult out swagger page for the current api information