Skip to main content

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.com

Get a token

Response

Use the token

Production credentials are live. All operations affect real customer accounts and devices.

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.