Overview
Every /finance/ endpoint requires a JWT token sent in the x-access-token request header. Each environment has its own auth endpoint and issues independent tokens.
Base URL: https://api.arltechgroup.comGet a token
ResponseUse the token
Production credentials are live. All operations affect real customer accounts and devices.
Base URL: https://developer-uat.arltechgroup.comGet a token
ResponseUse the token
UAT is a sandbox environment. Test all integration flows here before switching to Production credentials.
Token expiry
Tokens are valid for 24 hours on both environments. After expiry you will receive:
Re-authenticate against the same environment to get a fresh token.
Never expose your token in client-side code or commit it to version control. Store it in environment variables or a secrets manager.