Download OpenAPI specification:Download
| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string FundraisingEvent ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "id": "4eefedd6-42e1-405a-92ef-d1fabdd62254",
- "inserted_at": "2026-05-11T16:21:44.982431Z",
- "updated_at": "2026-05-11T16:21:44.982446Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Lists the current cause fundraising_events
| starts_after | string Example: starts_after=2021-11-02T14:24:55.811924Z Returns only fundraising_events that have been starts after the given moment in ISO8601 format |
| starts_before | string Example: starts_before=2021-11-02T14:24:55.811924Z Returns only fundraising_events that have been starts before the given moment in ISO8601 format |
| status | string Enum: "published" "retired" "unpublished" Example: status=published Use this parameter to filter fundraising_events by the given status. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only fundraising_events that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only fundraising_events that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2026-05-11T16:21:46.569939Z",
- "cause_id": "8adc3c6d-340c-4442-adfa-90eb442323ae",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-05-11T16:21:46.569937Z",
- "ends_at": "2026-05-11",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "cdabc9ca-c666-48e6-9cd8-1c5e882127ec",
- "inserted_at": "2026-05-11T16:21:46.569914Z",
- "legacy_id": 348081783,
- "name": "Spooktober 2022",
- "published_at": "2026-05-11T16:21:46.569934Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-05-11T16:21:46.569936Z",
- "starts_at": "2026-05-11",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.569942Z",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string FundraisingEvent ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2026-05-11T16:21:47.048005Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "f07624ba-e5ee-4b87-becf-efbae9a021e6",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-11T16:21:47.048040Z",
- "legacy_id": 645476335,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-11T16:21:47.048052Z",
- "updated_at": "2026-05-11T16:21:47.048054Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string FundraisingEvent ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": null,
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b2c91b7b-e2dc-444b-92a9-9c69e3aef7d1",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-11T16:21:46.677557Z",
- "is_milestone": true,
- "legacy_id": 125409523,
- "name": "Holiday Special Livestream",
- "updated_at": "2026-05-11T16:21:46.677579Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string FundraisingEvent ID or legacy ID |
| completed_after | string Example: completed_after=2021-11-02T14:24:55.811924Z Returns only donations that have been completed after the given moment in ISO8601 format |
| completed_before | string Example: completed_before=2021-11-02T14:24:55.811924Z Returns only donations that have been completed before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only donations that have been created after the given moment in ISO8601 format |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only donations that have been created before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only donations that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only donations that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "additional_donor_details": true,
- "additional_donor_details_address": {
- "address_line1": "123 Main St",
- "address_line2": "Suite #001",
- "city": "Houston",
- "country": "United States of America",
- "postal_code": "77019",
- "region": "TX"
}, - "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "charity_can_contact": false,
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "moderated_at": "2026-05-19T17:11:58.542995Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "e10abc98-9e3e-441e-90f6-683fedafce3e",
- "quantity": 1,
- "reward_id": "fd31a0c9-5550-4b54-8cf4-49feab8e306b"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-19T17:11:58.538196Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a Fundraising Event by its ID
| fundraising_event_id required | string Fundraising Event ID |
{- "data": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2026-05-11T16:21:46.569939Z",
- "cause_id": "8adc3c6d-340c-4442-adfa-90eb442323ae",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-05-11T16:21:46.569937Z",
- "ends_at": "2026-05-11",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "cdabc9ca-c666-48e6-9cd8-1c5e882127ec",
- "inserted_at": "2026-05-11T16:21:46.569914Z",
- "legacy_id": 348081783,
- "name": "Spooktober 2022",
- "published_at": "2026-05-11T16:21:46.569934Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-05-11T16:21:46.569936Z",
- "starts_at": "2026-05-11",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.569942Z",
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string FundraisingEvent ID or legacy ID |
| status | string Enum: "published" "retired" "unpublished" Example: status=published Use this parameter to filter events by the given status. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only events that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only events that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fundraising_event_id required | string Fundraising Event ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" "custom" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": {
- "team": [ ],
- "user": [ ],
- "weekly": [ ]
}
}| fact_id required | string Fact ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "description": null,
- "ends_at": "2026-05-11T16:21:47.255191Z",
- "id": "2fdf5163-22cb-4348-bd1c-f594b4b7d346",
- "inserted_at": "2026-05-11T16:21:47.255230Z",
- "legacy_id": 796179024,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-11T16:21:47.255247Z",
- "updated_at": "2026-05-11T16:21:47.255248Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only donation matches that have been updated before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only donation matches that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only donation matches that have been updated before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only donation matches that have been updated after the given moment in ISO8601 format |
| status | string Example: status=completed Status of the donation match. One of: active, or completed |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| completed_before | string Example: completed_before=2021-11-02T14:24:55.811924Z Returns only donations that have been completed before the given moment in ISO8601 format |
| completed_after | string Example: completed_after=2021-11-02T14:24:55.811924Z Returns only donations that have been completed after the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "46629ce0-5a1b-439f-914f-b9e6f6761fad",
- "quantity": 1,
- "reward_id": "fd6f7591-f185-4f28-b09c-bdc5684ab807"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "ends_at": "2026-05-11T16:21:47.404712Z",
- "id": "130bb5a3-284e-47a5-866b-fd30666bb530",
- "inserted_at": "2026-05-11T16:21:47.404754Z",
- "legacy_id": 523440358,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:47.404771Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string FactID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5ce941b3-97ba-4fa5-a478-28e3da6e8a95",
- "inserted_at": "2026-05-11T16:21:46.960910Z",
- "legacy_id": 405126281,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}
], - "updated_at": "2026-05-11T16:21:47.048280Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "current_value": "44.4",
- "distance_unit": "mile",
- "goal": "1000",
- "id": "c647dc87-00ec-4532-98a0-857c77ebaf35",
- "type": "Running"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a poll by its ID
| poll_id required | string Poll ID |
| fact_id required | string Fact ID |
{- "data": {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5ce941b3-97ba-4fa5-a478-28e3da6e8a95",
- "inserted_at": "2026-05-11T16:21:46.960910Z",
- "legacy_id": 405126281,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}
], - "updated_at": "2026-05-11T16:21:47.048280Z"
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| include_disabled | boolean Example: include_disabled=true Returns disabled milestones. Defaults to false |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "9138c03c-6f81-4eb7-a37b-6a46cf4b3304",
- "inserted_at": "2026-05-11T16:21:46.906910Z",
- "legacy_id": 868222776,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.906938Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a fact by its ID
| fact_id required | string Fact ID |
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2026-05-11T16:21:46.489119Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-05-11T16:21:46.489118Z",
- "ends_at": "2026-05-11",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "93e8de5c-0df6-45a5-8cc3-764c1d2df563",
- "inserted_at": "2026-05-11T16:21:46.489099Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.489113Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-05-11T16:21:46.489116Z",
- "starts_at": "2026-05-11",
- "status": "published",
- "supporting_type": "none",
- "team": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Awesome group of friends fundraising for charity together.",
- "id": "f7e77f7c-b1e1-48d4-92b2-72268b6f835b",
- "legacy_id": 858904441,
- "name": "Awesome Team",
- "slug": "awesome-team",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
},
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.489125Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}
}
}| fact_id required | string Fact ID |
| status | string Enum: "published" "retired" Example: status=published Use this parameter to filter facts by the given status. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only facts that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only facts that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2026-05-11T16:21:46.489119Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-05-11T16:21:46.489118Z",
- "ends_at": "2026-05-11",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "93e8de5c-0df6-45a5-8cc3-764c1d2df563",
- "inserted_at": "2026-05-11T16:21:46.489099Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.489113Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-05-11T16:21:46.489116Z",
- "starts_at": "2026-05-11",
- "status": "published",
- "supporting_type": "none",
- "team": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Awesome group of friends fundraising for charity together.",
- "id": "f7e77f7c-b1e1-48d4-92b2-72268b6f835b",
- "legacy_id": 858904441,
- "name": "Awesome Team",
- "slug": "awesome-team",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
},
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.489125Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| fact_id required | string Fact ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2026-05-11T16:21:47.048005Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "f07624ba-e5ee-4b87-becf-efbae9a021e6",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-11T16:21:47.048040Z",
- "legacy_id": 645476335,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-11T16:21:47.048052Z",
- "updated_at": "2026-05-11T16:21:47.048054Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a Team Campaign by its ID
| team_campaign_id required | string Team Campaign ID |
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "currency_code": "USD",
- "description": "Let's fundraise togehter",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "0914ca90-3c18-4096-b851-6e153f6c7d07",
- "inserted_at": "2026-05-11T16:21:47.688455Z",
- "legacy_id": 933977906,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:47.688478Z",
- "retired_at": null,
- "slug": "our-awesome-team-campaign",
- "status": "published",
- "supportable": "none",
- "supporting_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "team": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Awesome group of friends fundraising for charity together.",
- "id": "f7e77f7c-b1e1-48d4-92b2-72268b6f835b",
- "legacy_id": 858904441,
- "name": "Awesome Team",
- "slug": "awesome-team",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
},
}, - "team_id": "10ea1244-cf99-409e-bccc-a3e65f9e4607",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:47.688482Z",
}
}| team_campaign_id required | string Team Campaign ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| completed_after | string Example: completed_after=2021-11-02T14:24:55.811924Z Returns only donations that have been completed after the given moment in ISO8601 format |
| completed_before | string Example: completed_before=2021-11-02T14:24:55.811924Z Returns only donations that have been completed before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only team_campaigns that have been created after the given moment in ISO8601 format |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only team_campaigns that have been created before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only team_campaigns that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only team_campaigns that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "additional_donor_details": true,
- "additional_donor_details_address": {
- "address_line1": "123 Main St",
- "address_line2": "Suite #001",
- "city": "Houston",
- "country": "United States of America",
- "postal_code": "77019",
- "region": "TX"
}, - "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "charity_can_contact": false,
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "moderated_at": "2026-05-19T17:11:58.542995Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "e10abc98-9e3e-441e-90f6-683fedafce3e",
- "quantity": 1,
- "reward_id": "fd31a0c9-5550-4b54-8cf4-49feab8e306b"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-19T17:11:58.538196Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "ends_at": "2026-05-11T16:21:47.404712Z",
- "id": "130bb5a3-284e-47a5-866b-fd30666bb530",
- "inserted_at": "2026-05-11T16:21:47.404754Z",
- "legacy_id": 523440358,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:47.404771Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "description": null,
- "ends_at": "2026-05-11T16:21:47.255191Z",
- "id": "2fdf5163-22cb-4348-bd1c-f594b4b7d346",
- "inserted_at": "2026-05-11T16:21:47.255230Z",
- "legacy_id": 796179024,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-11T16:21:47.255247Z",
- "updated_at": "2026-05-11T16:21:47.255248Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a Team Campaign by its team slug and campaign slug
| team_slug required | string Team Slug |
| team_campaign_slug required | string Campaign Slug |
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "currency_code": "USD",
- "description": "Let's fundraise togehter",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "0914ca90-3c18-4096-b851-6e153f6c7d07",
- "inserted_at": "2026-05-11T16:21:47.688455Z",
- "legacy_id": 933977906,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:47.688478Z",
- "retired_at": null,
- "slug": "our-awesome-team-campaign",
- "status": "published",
- "supportable": "none",
- "supporting_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "team": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Awesome group of friends fundraising for charity together.",
- "id": "f7e77f7c-b1e1-48d4-92b2-72268b6f835b",
- "legacy_id": 858904441,
- "name": "Awesome Team",
- "slug": "awesome-team",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
},
}, - "team_id": "10ea1244-cf99-409e-bccc-a3e65f9e4607",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:47.688482Z",
}
}Lists the current cause Team Campaigns
| status | string Enum: "published" "retired" "unpublished" Example: status=published Use this parameter to filter Team Campaigns by the given status. |
| supporting_type | string Enum: "invite_only" "none" "private" "public" Example: supporting_type=public Use this parameter to filter Team Campaigns by the given supporting type. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only Team Campaigns that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only Team Campaigns that have been updated before the given moment in ISO8601 format |
| team_id | string Example: team_id=27dea261-c4d7-4997-8379-dd11d28be1d2 Filter the given campaigns by a team id or legacy id |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "currency_code": "USD",
- "description": "Let's fundraise togehter",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "0914ca90-3c18-4096-b851-6e153f6c7d07",
- "inserted_at": "2026-05-11T16:21:47.688455Z",
- "legacy_id": 933977906,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:47.688478Z",
- "retired_at": null,
- "slug": "our-awesome-team-campaign",
- "status": "published",
- "supportable": "none",
- "supporting_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "team": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Awesome group of friends fundraising for charity together.",
- "id": "f7e77f7c-b1e1-48d4-92b2-72268b6f835b",
- "legacy_id": 858904441,
- "name": "Awesome Team",
- "slug": "awesome-team",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
},
}, - "team_id": "10ea1244-cf99-409e-bccc-a3e65f9e4607",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:47.688482Z",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5ce941b3-97ba-4fa5-a478-28e3da6e8a95",
- "inserted_at": "2026-05-11T16:21:46.960910Z",
- "legacy_id": 405126281,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}
], - "updated_at": "2026-05-11T16:21:47.048280Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2026-05-11T16:21:47.048005Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "f07624ba-e5ee-4b87-becf-efbae9a021e6",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-11T16:21:47.048040Z",
- "legacy_id": 645476335,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-11T16:21:47.048052Z",
- "updated_at": "2026-05-11T16:21:47.048054Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| team_campaign_id required | string Team Campaign ID or legacy ID |
| include_disabled | boolean Example: include_disabled=true Returns disabled milestones. Defaults to false |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "9138c03c-6f81-4eb7-a37b-6a46cf4b3304",
- "inserted_at": "2026-05-11T16:21:46.906910Z",
- "legacy_id": 868222776,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.906938Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns an access and refresh token with a provided client id, secret, and grant type. Tokens expire in 7200 seconds.
| client_id required | string Client Id |
| client_secret required | string Client Secret |
| grant_type required | string Default: "client_credentials" Enum: "client_credentials" "authorization_code" "refresh_token" Grant Type |
| code | string Authorization Code; |
| refresh_token | string Refresh Token; |
| scope | string Default: "cause" Enum: "public" "cause" Scope |
{- "access_token": "ab6a592346444dea97170837e104d8a5ab6a592346444dea97170837e104d8a5",
- "created_at": "2023-01-27T19:32:03Z",
- "expires_in": 7200,
- "refresh_token": "njjjytm3otetmgrjmi00yjawlwe4zgytzjixy2mzm2y3njawcg121231999393a3",
- "scope": "cause",
- "token_type": "bearer"
}Lists the current cause campaigns
| status | string Enum: "published" "retired" "unpublished" Example: status=published Use this parameter to filter campaigns by the given status. |
| supporting_type | string Enum: "invite_only" "none" "private" "public" Example: supporting_type=public Use this parameter to filter campaigns by the given supporting type. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated before the given moment in ISO8601 format |
| user_id | string Example: user_id=a1194668-c8c4-47c9-8338-cdc1b6deac5f Filter the given campaigns by a user id or legacy id |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a Campaign by its user slug and campaign slug
| user_slug required | string User Slug |
| campaign_slug required | string Campaign Slug |
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
}| campaign_id required | string Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2026-05-11T16:21:47.048005Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "f07624ba-e5ee-4b87-becf-efbae9a021e6",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-11T16:21:47.048040Z",
- "legacy_id": 645476335,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-11T16:21:47.048052Z",
- "updated_at": "2026-05-11T16:21:47.048054Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}Returns a campaign by its ID
| campaign_id required | string Campaign ID |
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
}| campaign_id required | string Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5ce941b3-97ba-4fa5-a478-28e3da6e8a95",
- "inserted_at": "2026-05-11T16:21:46.960910Z",
- "legacy_id": 405126281,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "7bec8541-594c-4f2d-b697-f411f350ae12",
- "inserted_at": "2026-05-11T16:21:46.980674Z",
- "legacy_id": 980351139,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.980703Z"
}
], - "updated_at": "2026-05-11T16:21:47.048280Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "description": null,
- "ends_at": "2026-05-11T16:21:47.255191Z",
- "id": "2fdf5163-22cb-4348-bd1c-f594b4b7d346",
- "inserted_at": "2026-05-11T16:21:47.255230Z",
- "legacy_id": 796179024,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-11T16:21:47.255247Z",
- "updated_at": "2026-05-11T16:21:47.255248Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID |
| time_type | string Enum: "daily" "weekly" "monthly" "yearly" "ytd" "all" Example: time_type=all The time range to use in leaderboard generation |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "8213bbaa-ba4a-4208-b8ee-30d3b403193e",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID or legacy ID |
| include_disabled | boolean Example: include_disabled=true Returns disabled milestones. Defaults to false |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only milestones that have been updated after the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "9138c03c-6f81-4eb7-a37b-6a46cf4b3304",
- "inserted_at": "2026-05-11T16:21:46.906910Z",
- "legacy_id": 868222776,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:46.906938Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID or legacy ID |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "ends_at": "2026-05-11T16:21:47.404712Z",
- "id": "130bb5a3-284e-47a5-866b-fd30666bb530",
- "inserted_at": "2026-05-11T16:21:47.404754Z",
- "legacy_id": 523440358,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-11T16:21:47.404771Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| campaign_id required | string Campaign ID or legacy ID |
| completed_after | string Example: completed_after=2021-11-02T14:24:55.811924Z Returns only donations that have been completed after the given moment in ISO8601 format |
| completed_before | string Example: completed_before=2021-11-02T14:24:55.811924Z Returns only donations that have been completed before the given moment in ISO8601 format |
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only campaigns that have been created after the given moment in ISO8601 format |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only campaigns that have been created before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "additional_donor_details": true,
- "additional_donor_details_address": {
- "address_line1": "123 Main St",
- "address_line2": "Suite #001",
- "city": "Houston",
- "country": "United States of America",
- "postal_code": "77019",
- "region": "TX"
}, - "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "charity_can_contact": false,
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "moderated_at": "2026-05-19T17:11:58.542995Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "e10abc98-9e3e-441e-90f6-683fedafce3e",
- "quantity": 1,
- "reward_id": "fd31a0c9-5550-4b54-8cf4-49feab8e306b"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-19T17:11:58.538196Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}| status | string Enum: "published" "retired" "unpublished" Example: status=published Use this parameter to filter events by the given status. |
| supporting_type | string Enum: "invite_only" "none" "private" "public" Example: supporting_type=public Use this parameter to filter events by the given supporting type. |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only events that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only events that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "2a99df47-e29d-4469-baa5-87df5fab61c2",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "b4166caf-e125-4758-bd6b-25213c27497d",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "aa708afc-a8a8-4eaa-ae5f-35dc696514a0",
- "inserted_at": "2026-05-11T16:21:46.180720Z",
- "legacy_id": 170149163,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "membership_donation": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "status": "completed"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-11T16:21:46.180749Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "2ed5d9dc-3a96-4ecb-8586-6a1817aef543",
- "team_owner": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.180751Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "email": "fundraiser@tiltify.test",
- "id": "4f20f82e-186d-4dd1-9385-4a044b88648f",
- "legacy_id": 970999535,
- "slug": "username",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "username": "UserName"
}, - "user_id": "fe4d7353-c139-47a6-800f-ef18c8db7f78"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}{- "data": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "contact": {
- "address_line1": "22251 Bahringer Turnpike",
- "address_line2": null,
- "city": "Bright Tree Village",
- "country": "Outer Rim",
- "email": "contact@erf.test",
- "postal_code": "20001",
- "region": "Endor"
}, - "currency_code": "USD",
- "description": "Ewok Rescue Foundation (ERF) works around the forest moon of Endor to promote the most effective Ewok protection. Join us and help us to build a better Endor!",
- "government_id": "12-3456789",
- "id": "81f1a46f-5450-41bd-a372-0e79f87770dd",
- "inserted_at": "2026-05-11T16:21:46.185620Z",
- "legacy_id": 713578458,
- "name": "Ewok Rescue Foundation",
- "short_description": "ERF works in Endor to protect the Ewoks",
- "slug": "ewok-rescue-foundation",
- "social": {
- "facebook": "tiltify",
- "instagram": "tiltify",
- "snapchat": "tiltify",
- "tiktok": "tilitfy",
- "twitch": "tilitfy",
- "twitter": "tiltify",
- "youtube": "UCWcPgWbuWuJX5rHWm6Kb4Vw"
}, - "status": "published",
- "updated_at": "2026-05-11T16:21:46.191612Z"
}
}Returns a donation by its ID
| donation_id required | string Donation ID |
{- "data": {
- "additional_donor_details": true,
- "additional_donor_details_address": {
- "address_line1": "123 Main St",
- "address_line2": "Suite #001",
- "city": "Houston",
- "country": "United States of America",
- "postal_code": "77019",
- "region": "TX"
}, - "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "charity_can_contact": false,
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "moderated_at": "2026-05-19T17:11:58.542995Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "e10abc98-9e3e-441e-90f6-683fedafce3e",
- "quantity": 1,
- "reward_id": "fd31a0c9-5550-4b54-8cf4-49feab8e306b"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-19T17:11:58.538196Z"
}
}Lists the current cause donations
| created_after | string Example: created_after=2021-11-02T14:24:55.811924Z Returns only campaigns that have been created after the given moment in ISO8601 format |
| created_before | string Example: created_before=2021-11-02T14:24:55.811924Z Returns only campaigns that have been created before the given moment in ISO8601 format |
| updated_after | string Example: updated_after=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated after the given moment in ISO8601 format |
| updated_before | string Example: updated_before=2021-11-02T14:24:55.811924Z Returns only campaigns that have been updated before the given moment in ISO8601 format |
| after | string Returns records after the given cursor |
| before | string Returns records before the given cursor |
| limit | integer [ 1 .. 100 ] Default: 10 |
{- "data": [
- {
- "additional_donor_details": true,
- "additional_donor_details_address": {
- "address_line1": "123 Main St",
- "address_line2": "Suite #001",
- "city": "Houston",
- "country": "United States of America",
- "postal_code": "77019",
- "region": "TX"
}, - "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "b0ab938d-23cc-4bc7-a6b6-e8108d7d957a",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "3e97a7c1-3698-4031-adfd-5d9a31584459",
- "charity_can_contact": false,
- "completed_at": "2026-05-11T16:21:46.368986Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-11T16:21:46.396601Z",
- "donation_id": "f4b3dfb9-cbd7-425f-95f2-f1864fab252c",
- "ends_at": "2026-05-11T16:21:46.396599Z",
- "id": "5fa5015e-313e-481f-94f9-e38ea60d7af8",
- "inserted_at": "2026-05-11T16:21:46.396568Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-11T16:21:46.396583Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-11T16:21:46.396581Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "61b6f3cd-3820-4542-9f4e-cfc7512c6054",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "b3794ef8-5b7a-4feb-aab8-f991bfdcc04c",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "2cde418a-f98c-4ed4-be45-82a01def4b21",
- "legacy_id": 518439147,
- "moderated_at": "2026-05-19T17:11:58.542995Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "db7ee80b-64d8-48b4-98c5-7ede951b05e3",
- "poll_option_id": "f56ecf3f-06f2-4565-ba09-fd6a45a6fc36",
- "reward_claims": [
- {
- "id": "e10abc98-9e3e-441e-90f6-683fedafce3e",
- "quantity": 1,
- "reward_id": "fd31a0c9-5550-4b54-8cf4-49feab8e306b"
}
], - "reward_id": "b696651a-2114-4f1b-8567-d39b04380eef",
- "sustained": false,
- "target_id": "f568dbef-8cd0-42f2-9528-f8d9548afa3f",
- "team_event_id": "3cec4742-d77e-4be1-b7ee-1aeb7040eea1",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-19T17:11:58.538196Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}