Authorization Guide
STEP 1:Identify Client

Use your unique ClientCode and secret API Key.

STEP 2: HMAC SIGNING

Sign with API Key and client code using SHA256 and convert it in Base64.

STEP 3: HEADERS

Include X-Timestamp, X-Nonce, and Authorization: Bearer {Signature}.

API Playground ● Connected
METHOD
URL: --
KeyValue
CompanyCode
ClientCode
X-Timestamp
X-Nonce
Authorization
API Response
Waiting