Obtain a bearer token for authenticating requests.
POST /auth/token
Content-Type: application/json
{ "username": "your_username", "password": "your_password" }
The actual required body depends on your Cognito client setup.
{ "access_token": "<token>", "expires_in": 3600, "token_type": "Bearer" }
access_token
Authorization
Was this page helpful?