API reference
Integration Options
Endpoint Details
Sample API Request
curl -X 'POST' 'https://prediction.api.assetario.com/predict/{"auth_token"}' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
# --- MANDATORY FIELDS ---
"userId": "2345",
"predictionType": "pricing_tier",
"deviceMake": "apple",
"deviceModel": "iphone9,3",
"devicePlatformName": "iOS",
"devicePlatformVersion": "14",
"deviceFamily": "phone",
"deviceLanguage": "eng",
"appVersion": "5.6.1",
"clientIp": "192.168.100.1"
}'API Responses
3. Null Group Response
4. Control Group Response
Last updated