Sensor
BMP sensor data generation
Generates sensor data and device fingerprint for mobile apps protected by Akamai BMP.
The response includes cookies, device details, and sensor payload to use in your requests.
Authorizations
x-api-keystringRequired
Your RooLink API key
Body
appstringRequiredExample:
Application name identifier
footlockerproxystringRequiredExample:
Proxy URL (optional)
http://proxy:8080languagestringOptionalDefault:
Device language
en-USExample: en-USandroidbooleanOptionalExample:
Generate Android sensor (false for iOS)
falseipadbooleanOptionalExample:
Generate iPad sensor (iOS only) -- will randomly use iPad and iPhone models
falseResponses
200
BMP sensor data generated successfully
application/json
400
Invalid request body
application/json
500
Internal server error
application/json
post
/sensorLast updated