This operation retrieves entities bound to a specific rule set.
cURL
curl --request GET \ --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/spend-control/v1/rule-sets/{rule-set-id}/entity-bindings' \ --header 'Authorization: Bearer <token>'
{ "entities": [ { "id": "<string>", "type": "CARD" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The audit user to log the request
Successful operation
Show child attributes
Was this page helpful?