Skip to content

Login and Request a Cognito JWT ​

The first thing you need to do is obtain a JWT. You can follow AWS's documentation or our sample code.

Route ​

Endpoint URL
Method Type
https://cognito-idp.{region}.amazonaws.com
POST

Payload ​

Required Headers ​

python

Required Body ​

python

Response ​

json

Example with 🐍 Python ​