Access Token
A Bearer Access Token is a security credential used for authenticating API requests. It is included in the request Authorization header as Authorization: Bearer <token>
, allowing the server to verify the requester's identity and permissions. The token is typically time-limited and must be securely stored to prevent unauthorized access.
Access token for Volt APIs is valid for 24 hours only.
API Reference
https://volt-docs.travclan.com/reference/postauthenticationinternalservicelogin
Updated about 1 month ago