post https://api.accountabilityone.com/v1/token
Generate Token
The Generate Token API endpoint allows you to generate an authentication token for accessing accountability. This token is required for subsequent API requests and is generated based on the provided username, password, and tenant ID.
To generate an authentication token for accessing accountability, you need to pass the username, password, and tenant ID as parameters to the Generate Token API endpoint.
Make sure to include the following parameters in your request
Parameter | Description |
---|---|
Username | The email address used as the login credential for accessing the site. |
Password | A generated key obtained from the Accountability system, found in My settings > API Account Credentials > API Token. |
Tenant ID | Your unique Tenant ID information. To obtain your Tenant ID, submit a support ticket in the Accountability system. |
Once you provide these parameters, the Generate Token API endpoint will generate a token that can be used for subsequent API requests.