post https://apex-crypto/api/v2/login
Client systems use this service to get a security token. All subsequent calls to the gateway must have the token in the 'Authorization' header and must be made over HTTPS.
Responses
Client systems use this service to get a security token. All subsequent calls to the gateway must have the token in the 'Authorization' header and must be made over HTTPS.
xxxxxxxxxx
curl --request POST \
--url https://apex-crypto/api/v2/login \
--header 'accept: application/json' \
--header 'content-type: application/json'