Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
Bitel APIs require the client to pass the JWT token in the Authorization HEADER:
If the token is invalid or it's not provided then the server will return 401 Unauthorized error.
Please refer to Code Sample section to see how the authorization header is implemented.
The token lifetime is unlimited, thus the token can safely be stored in a secure location permanently.