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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "c5f3b048-e85e-4ae8-99ae-537f1296bf4c",
- "inserted_at": "2026-05-21T22:06:43.441362Z",
- "updated_at": "2026-05-21T22:06:43.441383Z"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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-21T22:06:44.480561Z",
- "cause_id": "4b80afa4-8f43-46a2-95bd-209901170d24",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-05-21T22:06:44.480560Z",
- "ends_at": "2026-05-21",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5078f33d-1891-407c-88cd-db45cde190ba",
- "inserted_at": "2026-05-21T22:06:44.480537Z",
- "legacy_id": 569085863,
- "name": "Spooktober 2022",
- "published_at": "2026-05-21T22:06:44.480558Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-05-21T22:06:44.480559Z",
- "starts_at": "2026-05-21",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.480563Z",
}
], - "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-21T22:06:44.791846Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "da404de0-3c20-490b-9055-43b1cef539cb",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-21T22:06:44.791889Z",
- "legacy_id": 467985565,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-21T22:06:44.791904Z",
- "updated_at": "2026-05-21T22:06:44.791905Z"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "86eca1ed-b53b-48de-88fb-4f800b44fa5f",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-21T22:06:44.559635Z",
- "is_milestone": true,
- "legacy_id": 686733081,
- "name": "Holiday Special Livestream",
- "updated_at": "2026-05-21T22:06:44.559673Z"
}
], - "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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "charity_can_contact": false,
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "has_membership_donation": false,
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "moderated_at": "2026-05-21T22:06:45.122306Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "e549c084-8dd9-4886-bbc9-ec06b200b00e",
- "quantity": 1,
- "reward_id": "92ba44a9-918c-4240-90e3-f7353b2553e2"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-21T22:06:45.122290Z"
}
], - "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-21T22:06:44.480561Z",
- "cause_id": "4b80afa4-8f43-46a2-95bd-209901170d24",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-05-21T22:06:44.480560Z",
- "ends_at": "2026-05-21",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "5078f33d-1891-407c-88cd-db45cde190ba",
- "inserted_at": "2026-05-21T22:06:44.480537Z",
- "legacy_id": 569085863,
- "name": "Spooktober 2022",
- "published_at": "2026-05-21T22:06:44.480558Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-05-21T22:06:44.480559Z",
- "starts_at": "2026-05-21",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.480563Z",
}
}| 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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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-21T22:06:44.941213Z",
- "id": "154a5f29-a36a-4f2b-b84b-40eb83025b0f",
- "inserted_at": "2026-05-21T22:06:44.941256Z",
- "legacy_id": 681965405,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-21T22:06:44.941273Z",
- "updated_at": "2026-05-21T22:06:44.941274Z"
}
], - "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-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "05aa4637-3a37-4731-9f03-101a9bdfc01f",
- "quantity": 1,
- "reward_id": "c87e2872-9cb6-46e1-ac4f-3e4c932da335"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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-21T22:06:45.039270Z",
- "id": "04c99006-c58d-4809-999b-e1557f94cc03",
- "inserted_at": "2026-05-21T22:06:45.039317Z",
- "legacy_id": 961447830,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:45.039333Z"
}
], - "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": "0ecb800d-b67c-49f7-8cac-687cec29883a",
- "inserted_at": "2026-05-21T22:06:44.743453Z",
- "legacy_id": 492772876,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}
], - "updated_at": "2026-05-21T22:06:44.799435Z"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "607ed64b-af19-4b03-add1-3f227c84c622",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "0ecb800d-b67c-49f7-8cac-687cec29883a",
- "inserted_at": "2026-05-21T22:06:44.743453Z",
- "legacy_id": 492772876,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}
], - "updated_at": "2026-05-21T22:06:44.799435Z"
}
}| 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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "1a07fc2a-822e-40ea-867d-fb7bfdf38ccd",
- "inserted_at": "2026-05-21T22:06:44.694834Z",
- "legacy_id": 648829916,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.694864Z"
}
], - "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-21T22:06:44.423679Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-05-21T22:06:44.423678Z",
- "ends_at": "2026-05-21",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "22b9b001-c6f8-4de6-ae33-53067e70960d",
- "inserted_at": "2026-05-21T22:06:44.423658Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.423676Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-05-21T22:06:44.423677Z",
- "starts_at": "2026-05-21",
- "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": "2408140a-41aa-42a3-8abb-4d8f0587d6bb",
- "legacy_id": 7814633,
- "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-21T22:06:44.423683Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.423679Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-05-21T22:06:44.423678Z",
- "ends_at": "2026-05-21",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "22b9b001-c6f8-4de6-ae33-53067e70960d",
- "inserted_at": "2026-05-21T22:06:44.423658Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.423676Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-05-21T22:06:44.423677Z",
- "starts_at": "2026-05-21",
- "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": "2408140a-41aa-42a3-8abb-4d8f0587d6bb",
- "legacy_id": 7814633,
- "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-21T22:06:44.423683Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.791846Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "da404de0-3c20-490b-9055-43b1cef539cb",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-21T22:06:44.791889Z",
- "legacy_id": 467985565,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-21T22:06:44.791904Z",
- "updated_at": "2026-05-21T22:06:44.791905Z"
}
], - "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": "57ec0fb5-839c-4372-9ce4-429561fa7f19",
- "inserted_at": "2026-05-21T22:06:45.209393Z",
- "legacy_id": 498866726,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:45.209423Z",
- "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": "2408140a-41aa-42a3-8abb-4d8f0587d6bb",
- "legacy_id": 7814633,
- "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": "736e3733-6c87-4715-a47b-2f1c858be89a",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:45.209428Z",
}
}| 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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
], - "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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "charity_can_contact": false,
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "has_membership_donation": false,
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "moderated_at": "2026-05-21T22:06:45.122306Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "e549c084-8dd9-4886-bbc9-ec06b200b00e",
- "quantity": 1,
- "reward_id": "92ba44a9-918c-4240-90e3-f7353b2553e2"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-21T22:06:45.122290Z"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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-21T22:06:45.039270Z",
- "id": "04c99006-c58d-4809-999b-e1557f94cc03",
- "inserted_at": "2026-05-21T22:06:45.039317Z",
- "legacy_id": 961447830,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:45.039333Z"
}
], - "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-21T22:06:44.941213Z",
- "id": "154a5f29-a36a-4f2b-b84b-40eb83025b0f",
- "inserted_at": "2026-05-21T22:06:44.941256Z",
- "legacy_id": 681965405,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-21T22:06:44.941273Z",
- "updated_at": "2026-05-21T22:06:44.941274Z"
}
], - "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": "57ec0fb5-839c-4372-9ce4-429561fa7f19",
- "inserted_at": "2026-05-21T22:06:45.209393Z",
- "legacy_id": 498866726,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:45.209423Z",
- "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": "2408140a-41aa-42a3-8abb-4d8f0587d6bb",
- "legacy_id": 7814633,
- "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": "736e3733-6c87-4715-a47b-2f1c858be89a",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:45.209428Z",
}
}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=737b010f-6926-45d6-ba08-2e2d2a0639c2 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": "57ec0fb5-839c-4372-9ce4-429561fa7f19",
- "inserted_at": "2026-05-21T22:06:45.209393Z",
- "legacy_id": 498866726,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:45.209423Z",
- "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": "2408140a-41aa-42a3-8abb-4d8f0587d6bb",
- "legacy_id": 7814633,
- "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": "736e3733-6c87-4715-a47b-2f1c858be89a",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:45.209428Z",
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "0ecb800d-b67c-49f7-8cac-687cec29883a",
- "inserted_at": "2026-05-21T22:06:44.743453Z",
- "legacy_id": 492772876,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}
], - "updated_at": "2026-05-21T22:06:44.799435Z"
}
], - "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-21T22:06:44.791846Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "da404de0-3c20-490b-9055-43b1cef539cb",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-21T22:06:44.791889Z",
- "legacy_id": 467985565,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-21T22:06:44.791904Z",
- "updated_at": "2026-05-21T22:06:44.791905Z"
}
], - "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": "1a07fc2a-822e-40ea-867d-fb7bfdf38ccd",
- "inserted_at": "2026-05-21T22:06:44.694834Z",
- "legacy_id": 648829916,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.694864Z"
}
], - "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=73d9e580-af49-46eb-b0fc-17ddef7f06e2 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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
}| 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-21T22:06:44.791846Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "da404de0-3c20-490b-9055-43b1cef539cb",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-05-21T22:06:44.791889Z",
- "legacy_id": 467985565,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-05-21T22:06:44.791904Z",
- "updated_at": "2026-05-21T22:06:44.791905Z"
}
], - "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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
}| 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": "0ecb800d-b67c-49f7-8cac-687cec29883a",
- "inserted_at": "2026-05-21T22:06:44.743453Z",
- "legacy_id": 492772876,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a7f09ff7-80ba-4642-b185-86011242c909",
- "inserted_at": "2026-05-21T22:06:44.758768Z",
- "legacy_id": 37502142,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.758825Z"
}
], - "updated_at": "2026-05-21T22:06:44.799435Z"
}
], - "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-21T22:06:44.941213Z",
- "id": "154a5f29-a36a-4f2b-b84b-40eb83025b0f",
- "inserted_at": "2026-05-21T22:06:44.941256Z",
- "legacy_id": 681965405,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-05-21T22:06:44.941273Z",
- "updated_at": "2026-05-21T22:06:44.941274Z"
}
], - "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": "8e37e98d-9eb8-4739-a89b-8fd693d28d22",
- "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": "1a07fc2a-822e-40ea-867d-fb7bfdf38ccd",
- "inserted_at": "2026-05-21T22:06:44.694834Z",
- "legacy_id": 648829916,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:44.694864Z"
}
], - "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-21T22:06:45.039270Z",
- "id": "04c99006-c58d-4809-999b-e1557f94cc03",
- "inserted_at": "2026-05-21T22:06:45.039317Z",
- "legacy_id": 961447830,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-05-21T22:06:45.039333Z"
}
], - "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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "charity_can_contact": false,
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "has_membership_donation": false,
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "moderated_at": "2026-05-21T22:06:45.122306Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "e549c084-8dd9-4886-bbc9-ec06b200b00e",
- "quantity": 1,
- "reward_id": "92ba44a9-918c-4240-90e3-f7353b2553e2"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-21T22:06:45.122290Z"
}
], - "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": "4f9b18bf-1acf-41b8-b119-aec3b7499d43",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "2544080c-3f81-4672-a9c9-ef1fbc722b34",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "86a9975d-9792-4d76-813a-acee68fea1f2",
- "inserted_at": "2026-05-21T22:06:44.224191Z",
- "legacy_id": 188803550,
- "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": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-05-21T22:06:44.224217Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "d4d9d591-916b-4c36-b336-9ac7adf5f903",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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-21T22:06:44.224218Z",
- "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": "d37a611e-b476-444d-8aa7-68f99eb752df",
- "legacy_id": 639362140,
- "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": "56d72cb0-f53b-4351-a87b-54c9fcc9fb4f"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}{- "data": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_fact_public_id": "49810950-a335-4120-8e8f-0041fefd751d",
- "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": "a709581b-5103-420b-bbd9-2d3a86574507",
- "inserted_at": "2026-06-09T18:33:54.892072Z",
- "legacy_id": 52805913,
- "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-06-09T18:33:54.892101Z"
}
}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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "charity_can_contact": false,
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "has_membership_donation": false,
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "moderated_at": "2026-05-21T22:06:45.122306Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "e549c084-8dd9-4886-bbc9-ec06b200b00e",
- "quantity": 1,
- "reward_id": "92ba44a9-918c-4240-90e3-f7353b2553e2"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-21T22:06:45.122290Z"
}
}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": "c60c6dfc-6785-49ed-8421-938cbde6b8bc",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "f5065e45-8dd7-4abb-bc30-8693764497a9",
- "charity_can_contact": false,
- "completed_at": "2026-05-21T22:06:44.338956Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-05-21T22:06:44.354941Z",
- "donation_id": "ee72d3a4-118c-41df-bf2f-197ab7becfd9",
- "ends_at": "2026-05-21T22:06:44.354940Z",
- "id": "253437d2-65cb-43da-87d6-1d7228ff51a3",
- "inserted_at": "2026-05-21T22:06:44.354922Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-05-21T22:06:44.354939Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-05-21T22:06:44.354937Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "dbcd3df2-022f-4644-ba52-5b657db2ee22",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "733db5e6-996f-4666-a6f7-ce3a0097ef64",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "has_membership_donation": false,
- "id": "f3690243-99b4-477d-b660-e351c85072d2",
- "legacy_id": 389600169,
- "moderated_at": "2026-05-21T22:06:45.122306Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f1d74cae-0504-46d0-943d-da7374fa2a3b",
- "poll_option_id": "4d0df9dc-7992-46a2-af1d-337d7cb45894",
- "reward_claims": [
- {
- "id": "e549c084-8dd9-4886-bbc9-ec06b200b00e",
- "quantity": 1,
- "reward_id": "92ba44a9-918c-4240-90e3-f7353b2553e2"
}
], - "reward_id": "eeaa48ab-0539-4c0f-b18e-af68b4f1fa3d",
- "sustained": false,
- "target_id": "4f81d1ce-cd18-45f0-87f0-258c2a62e925",
- "team_event_id": "7af2eb03-ae0e-4f5b-b2c9-a8ba2d1e3108",
- "team_event_name": "Awesome Test Team Event",
- "updated_at": "2026-05-21T22:06:45.122290Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}