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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "fa9c8ba3-220a-4e05-b969-a67bcc90b77f",
- "inserted_at": "2026-04-22T17:20:13.053594Z",
- "updated_at": "2026-04-22T17:20:13.053606Z"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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-04-22T17:20:12.114129Z",
- "cause_id": "dae78ede-4b6c-458d-b63b-0c997300beb2",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-04-22T17:20:12.114128Z",
- "ends_at": "2026-04-22",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "8d7449d1-aff5-4c68-801d-d1eb52ced2b3",
- "inserted_at": "2026-04-22T17:20:12.114093Z",
- "legacy_id": 278330410,
- "name": "Spooktober 2022",
- "published_at": "2026-04-22T17:20:12.114118Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-04-22T17:20:12.114120Z",
- "starts_at": "2026-04-22",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.114133Z",
}
], - "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-04-22T17:20:12.744558Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "646af00e-1729-47f3-84bf-34164fe8f315",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-22T17:20:12.744572Z",
- "legacy_id": 190630794,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-22T17:20:12.744579Z",
- "updated_at": "2026-04-22T17:20:12.744581Z"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "53eae689-bac1-4dd2-a7ca-4afdc7bfbd6e",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-22T17:20:12.607847Z",
- "is_milestone": true,
- "legacy_id": 996032309,
- "name": "Holiday Special Livestream",
- "updated_at": "2026-04-22T17:20:12.607870Z"
}
], - "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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "charity_can_contact": false,
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "moderated_at": "2026-04-22T17:20:13.377191Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "5cd7a48a-9e1f-4c67-a502-18518ab7df1f",
- "quantity": 1,
- "reward_id": "7670b3c5-2050-4489-a4e3-1c55f53de17c"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a",
- "team_event_name": "Awesome Test Team Event"
}
], - "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-04-22T17:20:12.114129Z",
- "cause_id": "dae78ede-4b6c-458d-b63b-0c997300beb2",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-04-22T17:20:12.114128Z",
- "ends_at": "2026-04-22",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "8d7449d1-aff5-4c68-801d-d1eb52ced2b3",
- "inserted_at": "2026-04-22T17:20:12.114093Z",
- "legacy_id": 278330410,
- "name": "Spooktober 2022",
- "published_at": "2026-04-22T17:20:12.114118Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-04-22T17:20:12.114120Z",
- "starts_at": "2026-04-22",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.114133Z",
}
}| 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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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-04-22T17:20:11.151950Z",
- "id": "45329e2e-f6cc-499a-a2a2-00bef4385ef8",
- "inserted_at": "2026-04-22T17:20:11.151984Z",
- "legacy_id": 933077577,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-22T17:20:11.151996Z",
- "updated_at": "2026-04-22T17:20:11.151997Z"
}
], - "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-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "b11a482d-01f2-4119-8bfc-4ac841f03724",
- "quantity": 1,
- "reward_id": "e1687e87-6fc3-4a01-bea9-18ca3a47988d"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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-04-22T17:20:12.800560Z",
- "id": "da431b6a-a8b9-49ef-94b8-b4df2ae65f9e",
- "inserted_at": "2026-04-22T17:20:12.800598Z",
- "legacy_id": 395910154,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.800615Z"
}
], - "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": "b8222b0b-4323-4edd-8990-b6323d477d64",
- "inserted_at": "2026-04-22T17:20:12.743155Z",
- "legacy_id": 934027729,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}
], - "updated_at": "2026-04-22T17:20:12.814221Z"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "59d471c6-7dce-4123-b247-fc6971f2dc1a",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "b8222b0b-4323-4edd-8990-b6323d477d64",
- "inserted_at": "2026-04-22T17:20:12.743155Z",
- "legacy_id": 934027729,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}
], - "updated_at": "2026-04-22T17:20:12.814221Z"
}
}| 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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "a388650b-5b1d-4355-b854-525c83ac46eb",
- "inserted_at": "2026-04-22T17:20:12.702135Z",
- "legacy_id": 473385710,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.702159Z"
}
], - "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-04-22T17:20:12.482907Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-04-22T17:20:12.482906Z",
- "ends_at": "2026-04-22",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "c054ac5f-8249-4786-a2e5-e17cefb5f524",
- "inserted_at": "2026-04-22T17:20:12.482896Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.482903Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-04-22T17:20:12.482905Z",
- "starts_at": "2026-04-22",
- "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": "82bbb194-1c0a-4307-adc4-5b7df9a47e9d",
- "legacy_id": 296341860,
- "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-04-22T17:20:12.482911Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.482907Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-04-22T17:20:12.482906Z",
- "ends_at": "2026-04-22",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "c054ac5f-8249-4786-a2e5-e17cefb5f524",
- "inserted_at": "2026-04-22T17:20:12.482896Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.482903Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-04-22T17:20:12.482905Z",
- "starts_at": "2026-04-22",
- "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": "82bbb194-1c0a-4307-adc4-5b7df9a47e9d",
- "legacy_id": 296341860,
- "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-04-22T17:20:12.482911Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.744558Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "646af00e-1729-47f3-84bf-34164fe8f315",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-22T17:20:12.744572Z",
- "legacy_id": 190630794,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-22T17:20:12.744579Z",
- "updated_at": "2026-04-22T17:20:12.744581Z"
}
], - "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": "b5984eac-5a8d-4a45-a8de-3e338eab662f",
- "inserted_at": "2026-04-22T17:20:12.847543Z",
- "legacy_id": 368383929,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.847586Z",
- "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": "82bbb194-1c0a-4307-adc4-5b7df9a47e9d",
- "legacy_id": 296341860,
- "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": "57005b6f-6168-4d5e-9855-685bb1717534",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.847591Z",
}
}| 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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
], - "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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "charity_can_contact": false,
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "moderated_at": "2026-04-22T17:20:13.377191Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "5cd7a48a-9e1f-4c67-a502-18518ab7df1f",
- "quantity": 1,
- "reward_id": "7670b3c5-2050-4489-a4e3-1c55f53de17c"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a",
- "team_event_name": "Awesome Test Team Event"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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-04-22T17:20:12.800560Z",
- "id": "da431b6a-a8b9-49ef-94b8-b4df2ae65f9e",
- "inserted_at": "2026-04-22T17:20:12.800598Z",
- "legacy_id": 395910154,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.800615Z"
}
], - "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-04-22T17:20:11.151950Z",
- "id": "45329e2e-f6cc-499a-a2a2-00bef4385ef8",
- "inserted_at": "2026-04-22T17:20:11.151984Z",
- "legacy_id": 933077577,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-22T17:20:11.151996Z",
- "updated_at": "2026-04-22T17:20:11.151997Z"
}
], - "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": "b5984eac-5a8d-4a45-a8de-3e338eab662f",
- "inserted_at": "2026-04-22T17:20:12.847543Z",
- "legacy_id": 368383929,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.847586Z",
- "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": "82bbb194-1c0a-4307-adc4-5b7df9a47e9d",
- "legacy_id": 296341860,
- "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": "57005b6f-6168-4d5e-9855-685bb1717534",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.847591Z",
}
}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=f3f1da15-3b78-460a-a5aa-3f5f405a81fc 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": "b5984eac-5a8d-4a45-a8de-3e338eab662f",
- "inserted_at": "2026-04-22T17:20:12.847543Z",
- "legacy_id": 368383929,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.847586Z",
- "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": "82bbb194-1c0a-4307-adc4-5b7df9a47e9d",
- "legacy_id": 296341860,
- "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": "57005b6f-6168-4d5e-9855-685bb1717534",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.847591Z",
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "b8222b0b-4323-4edd-8990-b6323d477d64",
- "inserted_at": "2026-04-22T17:20:12.743155Z",
- "legacy_id": 934027729,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}
], - "updated_at": "2026-04-22T17:20:12.814221Z"
}
], - "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-04-22T17:20:12.744558Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "646af00e-1729-47f3-84bf-34164fe8f315",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-22T17:20:12.744572Z",
- "legacy_id": 190630794,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-22T17:20:12.744579Z",
- "updated_at": "2026-04-22T17:20:12.744581Z"
}
], - "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": "a388650b-5b1d-4355-b854-525c83ac46eb",
- "inserted_at": "2026-04-22T17:20:12.702135Z",
- "legacy_id": 473385710,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.702159Z"
}
], - "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=8775d355-3968-416f-b733-c82b19d09652 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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
}| 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-04-22T17:20:12.744558Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "646af00e-1729-47f3-84bf-34164fe8f315",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-22T17:20:12.744572Z",
- "legacy_id": 190630794,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-22T17:20:12.744579Z",
- "updated_at": "2026-04-22T17:20:12.744581Z"
}
], - "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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
}| 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": "b8222b0b-4323-4edd-8990-b6323d477d64",
- "inserted_at": "2026-04-22T17:20:12.743155Z",
- "legacy_id": 934027729,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b4d903ff-1a64-4518-989c-0cd783b0564a",
- "inserted_at": "2026-04-22T17:20:12.766622Z",
- "legacy_id": 554217257,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.766644Z"
}
], - "updated_at": "2026-04-22T17:20:12.814221Z"
}
], - "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-04-22T17:20:11.151950Z",
- "id": "45329e2e-f6cc-499a-a2a2-00bef4385ef8",
- "inserted_at": "2026-04-22T17:20:11.151984Z",
- "legacy_id": 933077577,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-22T17:20:11.151996Z",
- "updated_at": "2026-04-22T17:20:11.151997Z"
}
], - "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": "379cda10-c81f-43ab-b315-bd43d7946475",
- "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": "a388650b-5b1d-4355-b854-525c83ac46eb",
- "inserted_at": "2026-04-22T17:20:12.702135Z",
- "legacy_id": 473385710,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.702159Z"
}
], - "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-04-22T17:20:12.800560Z",
- "id": "da431b6a-a8b9-49ef-94b8-b4df2ae65f9e",
- "inserted_at": "2026-04-22T17:20:12.800598Z",
- "legacy_id": 395910154,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-22T17:20:12.800615Z"
}
], - "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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "charity_can_contact": false,
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "moderated_at": "2026-04-22T17:20:13.377191Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "5cd7a48a-9e1f-4c67-a502-18518ab7df1f",
- "quantity": 1,
- "reward_id": "7670b3c5-2050-4489-a4e3-1c55f53de17c"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a",
- "team_event_name": "Awesome Test Team Event"
}
], - "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": "5b4c1dc1-fffb-4ede-9785-116df0ea8257",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "716a7818-dc17-4763-a2af-01c1d35312e6",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "ee3869aa-57ff-47d9-87ad-2e8e5bcae1e3",
- "inserted_at": "2026-04-22T17:20:12.358442Z",
- "legacy_id": 201638011,
- "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": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-22T17:20:12.358465Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "0f1ef078-c2f6-4da1-9d81-894c4297b91e",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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-04-22T17:20:12.358467Z",
- "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": "21026c60-cc55-4639-b305-db31c22300f6",
- "legacy_id": 314607285,
- "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": "172c305c-69d6-4a54-8316-c993a538a20c"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}{- "data": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "contact": {
- "address_line1": "22251 Bahringer Turnpike",
- "address_line2": null,
- "city": "Bright Tree Village",
- "country": "Outer Rim",
- "email": "contact@erf.test",
- "postal_code": "20001",
- "region": "Endor"
}, - "currency_code": "USD",
- "description": "Ewok Rescue Foundation (ERF) works around the forest moon of Endor to promote the most effective Ewok protection. Join us and help us to build a better Endor!",
- "government_id": "12-3456789",
- "id": "96e7a6af-257a-48e0-bd14-29f283e6e5c7",
- "inserted_at": "2026-04-22T17:20:11.961202Z",
- "legacy_id": 163197447,
- "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-04-22T17:20:11.964761Z"
}
}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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "charity_can_contact": false,
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "moderated_at": "2026-04-22T17:20:13.377191Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "5cd7a48a-9e1f-4c67-a502-18518ab7df1f",
- "quantity": 1,
- "reward_id": "7670b3c5-2050-4489-a4e3-1c55f53de17c"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a",
- "team_event_name": "Awesome Test Team Event"
}
}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": "40d9d824-fe4f-4127-b494-1fe4d21ba4e5",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "9b321d7f-03f0-4689-be0c-8c7e29844b36",
- "charity_can_contact": false,
- "completed_at": "2026-04-22T17:20:12.374867Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-22T17:20:12.477588Z",
- "donation_id": "e810a0ba-5feb-48bf-b36f-d09d808c1571",
- "ends_at": "2026-04-22T17:20:12.477587Z",
- "id": "3606cbb2-29f4-453d-a7ad-f6e65467da13",
- "inserted_at": "2026-04-22T17:20:12.477571Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-22T17:20:12.477586Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-22T17:20:12.477584Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "25eea471-7301-45b0-9e9e-6c7dce469077",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "a60b05b8-f0e5-450f-bd9e-90dba3c9acc3",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "6e98c089-c3a6-4894-9b07-d730f2cfb7f4",
- "legacy_id": 915030637,
- "moderated_at": "2026-04-22T17:20:13.377191Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "1c81f110-1f19-4abb-8f97-87bbeb47bf25",
- "poll_option_id": "f05e7fbe-4dd3-42d0-a9e6-f585a8227ed7",
- "reward_claims": [
- {
- "id": "5cd7a48a-9e1f-4c67-a502-18518ab7df1f",
- "quantity": 1,
- "reward_id": "7670b3c5-2050-4489-a4e3-1c55f53de17c"
}
], - "reward_id": "0b696369-5957-451f-b147-e200d48243d3",
- "sustained": false,
- "target_id": "0c979fd2-d7db-4a3e-be3a-079642428c9a",
- "team_event_id": "cc05a740-fc99-4d17-b266-83e1da44229a",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}