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 β
Full Source python