page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.curl --location --request GET 'https://demo.myshopify.com//admin/api//orders//risks.json'
{
"risks": [
{
"id": 284138680,
"order_id": 450789469,
"checkout_id": null,
"source": "External",
"score": "1.0",
"recommendation": "cancel",
"display": true,
"cause_cancel": true,
"message": "This order was placed from a proxy IP",
"merchant_message": "This order was placed from a proxy IP"
},
{
"id": 1029151489,
"order_id": 450789469,
"checkout_id": 901414060,
"source": "External",
"score": "1.0",
"recommendation": "cancel",
"display": true,
"cause_cancel": true,
"message": "This order came from an anonymous proxy",
"merchant_message": "This order came from an anonymous proxy"
}
]
}