XreplyAIDevelopers
API ReferenceRules

List custom rules

Requires scope: `rules:read`. Reads are available on every plan so users can always see rules that steer their generation; writes require a paid plan.

GET
/custom_rules
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/custom_rules"
{  "custom_rules": [    {      "id": 71,      "title": "No hashtags",      "content": "Never include hashtags in any reply.",      "active": true,      "scope": "reply"    }  ]}