Bypass Solution
This documentation provides detailed information on generating the Cognito cognitoAsfData
How the Solution Works
Required Parameters:
Example Response
{
"response": "...", // Use this token for your next request
}This endpoint generates the cognitoAsfData for Cognito-protected websites. It requires the website domain and the username (or mail) you need to login with. The browser's user-agent string and client hints can also be passed for content negotiation.
Authorizations
x-api-keystringRequired
Query parameters
websitestringRequired
The website domain you are interacting with.
usernamestringOptional
Either the mail or username you need to login
Header parameters
User-AgentstringOptional
The browser's user-agent string to simulate during the request.
Sec-Ch-UastringOptional
Client hints for content negotiation (used by some modern browsers).
Responses
200
Token generated
application/json
400
Bad request, missing or invalid parameters
application/json
500
Internal server error
application/json
get
/generateLast updated