How do I generate an access token?

You'll notice that you need an access token to use our API. You may wonder why.

Your access token is what you'll need to make your API requests. Earlier, we mentioned how the token is a string of numbers and letters. Well, the API views that string of numbers and letters as a password of sorts. It also identifies your app and your end-user and determines permissible actions that your app is allowed to perform.

Remember to keep your API tokens secure and to not share them in publicly accessible areas.

You can generate your token using this page Authentication Token API

Just follow the What's Next section below to use your token!