This operation retrieves entities bound to a specific rule set.
cURL
curl --request GET \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/spend-control/v1/rule-sets/{rule-set-id}/entity-bindings
{ "entities": [ { "id": "<string>", "type": "CARD" } ] }
The audit user to log the request
Successful operation
The response is of type object.
object
Was this page helpful?