Skip to main content
GET
List campaign contact rules

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

page
integer
default:1

1-based page number. Default 1.

per_page
integer
default:15

Items per page. Default 15. No hard cap, but values above 100 are discouraged.

Case-insensitive partial match against rule name, escalation_type, or escalation_target.

type
enum<string>

Filter by rule type. 'call' rules schedule retried calls within working hours. 'text' rules are one-shot WhatsApp/SMS sends.

Available options:
call,
text

Response

200 - application/json

Paginated list of rules.

success
boolean
Example:

true

message
string
Example:

"Rules retrieved successfully"

data
object

Paginator payload.