Skip to main content
GET
https://api-oms.verolabs.co
/
api
/
v1
/
orders
/
risk
/
rules
List order reject rules
curl --request GET \
  --url https://api-oms.verolabs.co/api/v1/orders/risk/rules \
  --header 'Authorization: Bearer <token>'
{
  "isSuccess": true,
  "detail": "<string>",
  "data": [
    {
      "kind": "<string>",
      "target": "<string>",
      "match": "<string>",
      "value": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

OrderRiskRulesResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

detail
string

Detailed information for the record.

data
object[]

Operation-specific response payload.