post
https://vca.activecalls.com/api/v1/auth
To get started with the integration, you should first contact you Account Manager to obtain the auth_token.
How authentication works:
- Generate Access Token: Use your ActiveCalls auth_token provided by your Account Manager to authenticate.
- Receive a token: Upon successful authentication, you'll receive a short-lived access token (JWT). Think of this as a temporary pass that proves your identity.
- Use the token: Include this token in the Authorization header of every API request you make (as a Bearer token).
- Keep it fresh: The token expires after a short period for security purposes. Be sure to refresh it before it expires to maintain uninterrupted access.
