Endpoint Examples
POST /auth/token
Obtain a bearer token for authenticating requests.
Description
This endpoint returns a bearer token that can be used to authorize requests to protected endpoints.
Request
Endpoint:
Headers:
Body:
The actual required body depends on your Cognito client setup.
Response
200 OK
Notes
Use the access_token
from the response as the Authorization
header value in future requests.