You should reset the authentication token after completing your API calls. This practice improves the security of the system by preventing the token from being reused.
Before you begin
You must have the following parameters:
- A valid authentication token. Once you obtain the token, it is automatically inserted into the required fields on API
endpoints.
- The administrator email address (user account) that was used to create the authentication token.
Steps
- On the API Docs page, click sessions.
- Click DELETE to display the API call used to reset an authentication token.
The DELETE API call is displayed. If you logged in successfully at the top of the web page, the version, email address (user account), and authentication token are automatically populated on the page.
- Click Try it out!
The response code 204 indicates the token was deleted.