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"
}
]
}