Authentication
Generate short lived bearer token
Generates and returns a bearer token. Behavior of this API differs on the basis of the auth mechanism used to make the request.
- For API key auth, this API generates a JWT token whcih is valid for 24 hours and returns it.
- For JWT bearer auth, returns the same JWT token in response For information on how to generate API token, refer Generating New API Keys section of docs.
post/authenticate
Response
OK
Changes
Changed in 3 of the 34 revisions of this API.21
- ▲
removed the media type
text/plainfor the response with the status200response-media-type-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲