Skip to main content
POST
/
capabilities
/
rules.list
rules.list
curl --request POST \
  --url https://developer.api.receiptor.ai/v1/capabilities/rules.list \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "includeDisabled": false,
  "limit": 20
}
'
{
  "success": true,
  "code": 200,
  "data": {
    "result": {}
  }
}

Authorizations

x-api-key
string
header
required

API key prefixed with sk_. Obtain from the Receiptor AI dashboard.

Body

application/json
includeDisabled
boolean
default:false

Include disabled rules in results

limit
number
default:20

Number of rules to return (max 50)

Response

Successful response

success
boolean
Example:

true

code
integer
Example:

200

data
object