How to access the ReachMail API using authorization tokens in place of the username and password combination.
Authorization Tokens let you authenticate API calls without using a username/password:
- Go to the Token page in your account
- Click Generate to create a token (it will display on-screen)
- To revoke a token, click Revoke – any applications using that token must be updated with a new one
- For instructions on using the token in an API call, click here
*Notice: Only users with administrative access can create or manage tokens