> ## 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.

# Rule Sets Endpoints

## Endpoints

<CardGroup cols={2}>
  <Card title="Create Rule Set" icon="arrow-right" href="/payment/api/rule-sets-endpoints/create-rule-set" horizontal>
    **POST** /v1/rule-sets
  </Card>

  <Card title="Get Rule Sets" icon="arrow-right" href="/payment/api/rule-sets-endpoints/get-rule-sets" horizontal>
    **GET** /v1/rule-sets
  </Card>

  <Card title="Get Rule Set" icon="arrow-right" href="/payment/api/rule-sets-endpoints/get-rule-set" horizontal>
    **GET** /v1/rule-sets/\{rule-set-id}/
  </Card>

  <Card title="Update Rule Set" icon="arrow-right" href="/payment/api/rule-sets-endpoints/update-rule-set" horizontal>
    **PATCH** /v1/rule-sets/\{rule-set-id}/
  </Card>

  <Card title="Create Entity Bindings" icon="arrow-right" href="/payment/api/rule-sets-endpoints/create-entity-bindings" horizontal>
    **POST** /v1/rule-sets/\{rule-set-id}/entity-bindings
  </Card>

  <Card title="Get Entity Bindings for Rule Set" icon="arrow-right" href="/payment/api/rule-sets-endpoints/get-entity-bindings-for-rule-set" horizontal>
    **GET** /v1/rule-sets/\{rule-set-id}/entity-bindings
  </Card>

  <Card title="Delete Entity Bindings" icon="arrow-right" href="/payment/api/rule-sets-endpoints/delete-entity-bindings" horizontal>
    **POST** /v1/rule-sets/\{rule-set-id}/entity-bindings/remove
  </Card>
</CardGroup>
