v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Workflows

List remote rules

Returns the remote business rules registered on the retailer.

🔒 Requires: remote_rules:read scope

get/workflows/remote_rules

Response

A list of all the remote business rules associated with the retailer.

Example response

{
  "data": [
    {
      "id": "1239349157873029120",
      "oauth_application_id": "043eec148ae192a2d88b1d658e8084a3",
      "url": "https://retailer.com/vend-business-rule"
    }
  ]
}