Bypass Solution
Our solution automates the generation of all the required px-correlated headers
How the Solution Works
Required Details
This endpoint generates the PerimeterX authorization headers for mobile applications. It requires the package name of the Android mobile application, and optionally the continent and manufacturer.
Authorizations
x-api-keystringRequired
Body
package_namestringRequired
The package name of the Android mobile application (e.g., com.enflick.android.TextNow)
continentstringOptional
Optional Android version (e.g., america)
manufacturerstringOptional
Optional device brand (e.g., samsung)
Responses
200
OK, headers generated
application/json
X-PX-ORIGINAL-TOKENstringOptional
The original token for PerimeterX authorization
X-PX-AUTHORIZATIONstringOptional
The generated PerimeterX authorization header
User-AgentstringOptional
The user-agent string for the specified device and app
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/generateLast updated