Access Tokens
Authentication token for securely accessing Endorsed's API endpoints
Create an Access Token
POST
https://endorsed.ai/api/v1/auth/tokens
Creates a new Access Token to be used in subsequent API calls.
Access tokens are short-lived for security reasons. Expiration times are returned in the response; please request another access token before the previous one expires to prevent any downtime in your service.
Headers
Request Body
Examples:
Using URL Encoded Form Data
Using JSON
Last updated