Bypass Solution
The AWS Cognito bypass endpoint takes the website domain and the email you are signing in with and returns a JSON payload containing the cognitoAsfData token.
How the solution works
Endpoint
GET https://cognito.takionapi.tech/generateAuthorizations
x-api-keystringRequired
Query parameters
websitestringRequiredExample:
The target website domain.
ticketmaster.sgusernamestringRequiredExample:
The username / email you are authenticating with.
user@example.comResponses
200
The token payload. On a bad request an error field is returned instead — check for error first.
application/json
or
401
Authentication or quota failure — HTTP 401 with an error message.
application/json
500
Unexpected server error (HTTP 500).
application/json
get/generate
Last updated