Skip to main content
GET
/
v1
/
rule-sets
/
{rule-set-id}
/
entity-bindings
Get Entity Bindings for Rule Set
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: Basic <encoded-value>'
{
  "entities": [
    {
      "id": "<string>",
      "type": "CARD"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

rule-set-id
string<biginteger>
required

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful operation

entities
object[]