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
Example response
{
"status": 200,
"authKey": "<auth-key>"
}