Campaigns List
Campaigns List
Query Parameters
q Q
limit Limit
Possible values: >= 1
Default value: 100
offset Offset
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
items object[]
id Id required
create_date date-time required
update_date date-time required
title Title required
slug Slug
code Code
type Type required
goal Goal
is_goal_enabled Is Goal Enabled required
has_one_off Has One Off required
has_subscription Has Subscription required
allow_custom_amount Allow Custom Amount required
allow_custom_subscription_amount Allow Custom Subscription Amount required
default_amount Default Amount
default_subscription_amount Default Subscription Amount
min_amount Min Amount
max_amount Max Amount
min_subscription_amount Min Subscription Amount
max_subscription_amount Max Subscription Amount
asks number[]
asks_subscription number[]
shown_fields string[]
required_fields string[]
privacy_note Privacy Note
tags string[] required
count Count required
{
"items": [
{
"id": 0,
"create_date": "2026-07-10T15:49:12.576Z",
"update_date": "2026-07-10T15:49:12.576Z",
"title": "string",
"slug": "string",
"code": "string",
"type": "string",
"goal": 0,
"is_goal_enabled": true,
"has_one_off": true,
"has_subscription": true,
"allow_custom_amount": true,
"allow_custom_subscription_amount": true,
"default_amount": 0,
"default_subscription_amount": 0,
"min_amount": 0,
"max_amount": 0,
"min_subscription_amount": 0,
"max_subscription_amount": 0,
"asks": [
0
],
"asks_subscription": [
0
],
"shown_fields": [
"string"
],
"required_fields": [
"string"
],
"privacy_note": "string",
"tags": [
"string"
]
}
],
"count": 0
}
Loading...