curl --request GET \
--url https://api.sentineltrustplay.io/v1/policy \
--header 'Authorization: <authorization>'{
"publisher_id": "pub_acme",
"enforce_game": true,
"enforce_publisher": true,
"enforce_global": true,
"enforce_cheat_global": true,
"enforce_social_global": true,
"rep_include_game": true,
"rep_include_publisher": true,
"rep_include_global": true,
"updated_at": "2025-01-01T00:00:00Z"
}
Retrieve the current publisher policy configuration.
curl --request GET \
--url https://api.sentineltrustplay.io/v1/policy \
--header 'Authorization: <authorization>'{
"publisher_id": "pub_acme",
"enforce_game": true,
"enforce_publisher": true,
"enforce_global": true,
"enforce_cheat_global": true,
"enforce_social_global": true,
"rep_include_game": true,
"rep_include_publisher": true,
"rep_include_global": true,
"updated_at": "2025-01-01T00:00:00Z"
}
Bearer sni_<your-key>. Sent by client.{
"publisher_id": "pub_acme",
"enforce_game": true,
"enforce_publisher": true,
"enforce_global": true,
"enforce_cheat_global": true,
"enforce_social_global": true,
"rep_include_game": true,
"rep_include_publisher": true,
"rep_include_global": true,
"updated_at": "2025-01-01T00:00:00Z"
}