What is Json Web Token? (JWT)
JWT is a more secure way of authenticating yourself when using our API and this is now something that our customers can use today. Rather than using username and password, JWT is a token that is unique for each user and integration.
How do I create a token?
Our customers can create their token in the webapp under My Account > Username and password > Manage tokens.
Note: After the token is created it cannot be seen again, so make sure to use it right away or save it somewhere safe.
Where do I find my token?
You can find your tokens in the Webapp under My Account > Username and password > Manage tokens.
How do I revoke a token?
To revoke a token just press the Revoke button next to the token you want to revoke. Once the token is revoked you can not use it anymore.
Do I have to change token if I change the user password?
No, you can still use the same token, no change is needed.
What can I do with Telavox API?
Further information as well as documentation of our API can be found on this page: https://developer.telavox.com/