v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Generate Auth Key

Generate an authorisation key that needs to be passed into subsequent API calls as auth-key header

get/v1/client/auth

Headers

api-keystring required

Partner specific API Key, shared by Stockal FOREX team

access-keystring required

Partner specific Access Key, shared by Stockal FOREX team

Response

200

statusinteger
authKeystring

Example response

{
  "status": 200,
  "authKey": "<auth-key>"
}