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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "1457c471-3f9a-4503-81a6-6001da44f4df",
- "inserted_at": "2026-04-13T17:19:52.865720Z",
- "updated_at": "2026-04-13T17:19:52.865733Z"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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-13T17:19:51.924009Z",
- "cause_id": "5d5eae44-1a4b-462b-96ba-96658da6123e",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-04-13T17:19:51.924007Z",
- "ends_at": "2026-04-13",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "62dc37ea-903d-45b5-a8ea-443d13522fbd",
- "inserted_at": "2026-04-13T17:19:51.923971Z",
- "legacy_id": 40620943,
- "name": "Spooktober 2022",
- "published_at": "2026-04-13T17:19:51.923994Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-04-13T17:19:51.923996Z",
- "starts_at": "2026-04-13",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:51.924013Z",
}
], - "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-13T17:19:52.561836Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "011fd7bf-8cee-4d58-9817-1d16e7fafe74",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-13T17:19:52.561875Z",
- "legacy_id": 850824982,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-13T17:19:52.561890Z",
- "updated_at": "2026-04-13T17:19:52.561892Z"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "a302241f-0404-4d33-a231-d19d4cae1fce",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-13T17:19:52.384290Z",
- "is_milestone": true,
- "legacy_id": 171064940,
- "name": "Holiday Special Livestream",
- "updated_at": "2026-04-13T17:19:52.384314Z"
}
], - "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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "charity_can_contact": false,
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "moderated_at": "2026-04-13T17:19:53.234250Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "ea9b5acc-e02c-4353-94c5-f913b443cb57",
- "quantity": 1,
- "reward_id": "2b1fade8-7588-4f59-a5ea-f456273fa809"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293",
- "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-13T17:19:51.924009Z",
- "cause_id": "5d5eae44-1a4b-462b-96ba-96658da6123e",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2026-04-13T17:19:51.924007Z",
- "ends_at": "2026-04-13",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "62dc37ea-903d-45b5-a8ea-443d13522fbd",
- "inserted_at": "2026-04-13T17:19:51.923971Z",
- "legacy_id": 40620943,
- "name": "Spooktober 2022",
- "published_at": "2026-04-13T17:19:51.923994Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2026-04-13T17:19:51.923996Z",
- "starts_at": "2026-04-13",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:51.924013Z",
}
}| 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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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-13T17:19:50.861357Z",
- "id": "2e1821f3-a288-4631-bcb3-4e3fadbc4b2d",
- "inserted_at": "2026-04-13T17:19:50.861376Z",
- "legacy_id": 235276363,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-13T17:19:50.861388Z",
- "updated_at": "2026-04-13T17:19:50.861389Z"
}
], - "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-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "40e3b86b-b1c3-43d4-97d2-a3394401d9e9",
- "quantity": 1,
- "reward_id": "846688b3-73bf-4045-8c55-e80b20ce8afc"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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-13T17:19:52.620227Z",
- "id": "8dfb4f75-767a-4725-b8c1-2da5ef7bac41",
- "inserted_at": "2026-04-13T17:19:52.620265Z",
- "legacy_id": 292882519,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.620280Z"
}
], - "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": "5a8b0475-1522-4279-88ab-6363b2dd25e7",
- "inserted_at": "2026-04-13T17:19:52.514749Z",
- "legacy_id": 681122356,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}
], - "updated_at": "2026-04-13T17:19:52.569379Z"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "dfefd9ec-0477-4193-9f2f-9dc2d7cafe58",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "5a8b0475-1522-4279-88ab-6363b2dd25e7",
- "inserted_at": "2026-04-13T17:19:52.514749Z",
- "legacy_id": 681122356,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}
], - "updated_at": "2026-04-13T17:19:52.569379Z"
}
}| 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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "e17fcefb-4fa5-4579-97e2-307f0ca8655e",
- "inserted_at": "2026-04-13T17:19:52.473399Z",
- "legacy_id": 982410124,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.473417Z"
}
], - "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-13T17:19:52.255846Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-04-13T17:19:52.255844Z",
- "ends_at": "2026-04-13",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "c68d81cb-26fc-4b63-a9d3-a6a8946baada",
- "inserted_at": "2026-04-13T17:19:52.255831Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.255841Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-04-13T17:19:52.255843Z",
- "starts_at": "2026-04-13",
- "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": "94c35dbd-aea6-454e-9e03-0f3169343e8d",
- "legacy_id": 770248788,
- "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-13T17:19:52.255850Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.255846Z",
- "description": "My Awesome weekend campaign.",
- "end_supporting_at": "2026-04-13T17:19:52.255844Z",
- "ends_at": "2026-04-13",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "c68d81cb-26fc-4b63-a9d3-a6a8946baada",
- "inserted_at": "2026-04-13T17:19:52.255831Z",
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.255841Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "start_supporting_at": "2026-04-13T17:19:52.255843Z",
- "starts_at": "2026-04-13",
- "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": "94c35dbd-aea6-454e-9e03-0f3169343e8d",
- "legacy_id": 770248788,
- "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-13T17:19:52.255850Z",
- "user": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "description": "Professional twitch streamer who likes charity!",
- "id": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.561836Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "011fd7bf-8cee-4d58-9817-1d16e7fafe74",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-13T17:19:52.561875Z",
- "legacy_id": 850824982,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-13T17:19:52.561890Z",
- "updated_at": "2026-04-13T17:19:52.561892Z"
}
], - "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": "25031a9c-e7b5-48d5-ba17-e9da27388a3f",
- "inserted_at": "2026-04-13T17:19:52.624644Z",
- "legacy_id": 907420027,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.624657Z",
- "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": "94c35dbd-aea6-454e-9e03-0f3169343e8d",
- "legacy_id": 770248788,
- "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": "9401c7f1-15a2-419a-b4f5-746b4e1a247e",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.624664Z",
}
}| 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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
], - "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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "charity_can_contact": false,
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "moderated_at": "2026-04-13T17:19:53.234250Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "ea9b5acc-e02c-4353-94c5-f913b443cb57",
- "quantity": 1,
- "reward_id": "2b1fade8-7588-4f59-a5ea-f456273fa809"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293",
- "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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-13T17:19:52.620227Z",
- "id": "8dfb4f75-767a-4725-b8c1-2da5ef7bac41",
- "inserted_at": "2026-04-13T17:19:52.620265Z",
- "legacy_id": 292882519,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.620280Z"
}
], - "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-13T17:19:50.861357Z",
- "id": "2e1821f3-a288-4631-bcb3-4e3fadbc4b2d",
- "inserted_at": "2026-04-13T17:19:50.861376Z",
- "legacy_id": 235276363,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-13T17:19:50.861388Z",
- "updated_at": "2026-04-13T17:19:50.861389Z"
}
], - "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": "25031a9c-e7b5-48d5-ba17-e9da27388a3f",
- "inserted_at": "2026-04-13T17:19:52.624644Z",
- "legacy_id": 907420027,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.624657Z",
- "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": "94c35dbd-aea6-454e-9e03-0f3169343e8d",
- "legacy_id": 770248788,
- "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": "9401c7f1-15a2-419a-b4f5-746b4e1a247e",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.624664Z",
}
}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=cf4fc5fa-4610-4c99-a1a3-b0c1e7fa7e1b 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": "25031a9c-e7b5-48d5-ba17-e9da27388a3f",
- "inserted_at": "2026-04-13T17:19:52.624644Z",
- "legacy_id": 907420027,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "parent_facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.624657Z",
- "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": "94c35dbd-aea6-454e-9e03-0f3169343e8d",
- "legacy_id": 770248788,
- "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": "9401c7f1-15a2-419a-b4f5-746b4e1a247e",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.624664Z",
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "5a8b0475-1522-4279-88ab-6363b2dd25e7",
- "inserted_at": "2026-04-13T17:19:52.514749Z",
- "legacy_id": 681122356,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}
], - "updated_at": "2026-04-13T17:19:52.569379Z"
}
], - "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-13T17:19:52.561836Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "011fd7bf-8cee-4d58-9817-1d16e7fafe74",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-13T17:19:52.561875Z",
- "legacy_id": 850824982,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-13T17:19:52.561890Z",
- "updated_at": "2026-04-13T17:19:52.561892Z"
}
], - "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": "e17fcefb-4fa5-4579-97e2-307f0ca8655e",
- "inserted_at": "2026-04-13T17:19:52.473399Z",
- "legacy_id": 982410124,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.473417Z"
}
], - "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=8c1adc1e-a4ae-406f-a7ed-c65679fb55aa 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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
}| 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-13T17:19:52.561836Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "011fd7bf-8cee-4d58-9817-1d16e7fafe74",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2026-04-13T17:19:52.561875Z",
- "legacy_id": 850824982,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2026-04-13T17:19:52.561890Z",
- "updated_at": "2026-04-13T17:19:52.561892Z"
}
], - "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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
}| 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": "5a8b0475-1522-4279-88ab-6363b2dd25e7",
- "inserted_at": "2026-04-13T17:19:52.514749Z",
- "legacy_id": 681122356,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "b7ec0b75-fc6d-4b5c-9df8-eaa8c9f10b26",
- "inserted_at": "2026-04-13T17:19:52.515986Z",
- "legacy_id": 395612426,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.515998Z"
}
], - "updated_at": "2026-04-13T17:19:52.569379Z"
}
], - "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-13T17:19:50.861357Z",
- "id": "2e1821f3-a288-4631-bcb3-4e3fadbc4b2d",
- "inserted_at": "2026-04-13T17:19:50.861376Z",
- "legacy_id": 235276363,
- "name": "Holiday Special Livestream",
- "starts_at": "2026-04-13T17:19:50.861388Z",
- "updated_at": "2026-04-13T17:19:50.861389Z"
}
], - "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": "88f0bc63-0943-4b45-a401-94af53b54dd1",
- "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": "e17fcefb-4fa5-4579-97e2-307f0ca8655e",
- "inserted_at": "2026-04-13T17:19:52.473399Z",
- "legacy_id": 982410124,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.473417Z"
}
], - "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-13T17:19:52.620227Z",
- "id": "8dfb4f75-767a-4725-b8c1-2da5ef7bac41",
- "inserted_at": "2026-04-13T17:19:52.620265Z",
- "legacy_id": 292882519,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2026-04-13T17:19:52.620280Z"
}
], - "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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "charity_can_contact": false,
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "moderated_at": "2026-04-13T17:19:53.234250Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "ea9b5acc-e02c-4353-94c5-f913b443cb57",
- "quantity": 1,
- "reward_id": "2b1fade8-7588-4f59-a5ea-f456273fa809"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293",
- "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": "93d3a295-45c0-4c34-8ac3-a77513a046c1",
- "description": "My Awesome weekend campaign.",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "fundraising_event_id": "0689a844-d004-476f-a4fe-a9252137876e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "13d6308e-a5a0-4551-81f8-07066043e6ad",
- "inserted_at": "2026-04-13T17:19:52.128471Z",
- "legacy_id": 761868625,
- "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": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}
], - "published_at": "2026-04-13T17:19:52.128495Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "team_campaign_id": "08e1af14-b2df-4386-8ec8-d66fa7273201",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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-13T17:19:52.128498Z",
- "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": "048f54cd-61a4-4ece-b0fd-a5b4c6a748b8",
- "legacy_id": 809941057,
- "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": "236fb99f-2833-4371-a3db-558004a37a0b"
}
], - "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": "50002593-db33-4cda-b9e9-83c933a9bad9",
- "inserted_at": "2026-04-13T17:19:51.763374Z",
- "legacy_id": 820049877,
- "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-13T17:19:51.766980Z"
}
}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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "charity_can_contact": false,
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "moderated_at": "2026-04-13T17:19:53.234250Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "ea9b5acc-e02c-4353-94c5-f913b443cb57",
- "quantity": 1,
- "reward_id": "2b1fade8-7588-4f59-a5ea-f456273fa809"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293",
- "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": "ece09492-5eb9-404d-8ca6-20dfdf23683c",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "248b3c5e-d3c2-4e09-9053-fd5815ee3894",
- "charity_can_contact": false,
- "completed_at": "2026-04-13T17:19:52.243490Z",
- "directed_funds": {
- "code": "US",
- "name": "United States"
}, - "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2026-04-13T17:19:52.244233Z",
- "donation_id": "6fad6008-bba7-4480-8914-c037d9ec09b7",
- "ends_at": "2026-04-13T17:19:52.244232Z",
- "id": "0cf73722-84bf-4b9d-b089-773d9cfe0656",
- "inserted_at": "2026-04-13T17:19:52.244221Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2026-04-13T17:19:52.244230Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2026-04-13T17:19:52.244228Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "facts": [
- {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Charity",
- "usage_type": "cause"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "Massive Fundraiser",
- "usage_type": "fundraising_event_activation"
}, - {
- "id": "b5fdd4ab-d9b4-4ac2-9983-e3a078c2536e",
- "name": "My Campaign",
- "usage_type": "campaign"
}
], - "fundraising_event_id": "8d42430e-42e6-4d0f-a322-960904fb6c82",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "879145e5-617d-4419-904e-ec5d5247dcb1",
- "legacy_id": 129789248,
- "moderated_at": "2026-04-13T17:19:53.234250Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "f078b195-4be5-4495-9ee7-7ca154a45f45",
- "poll_option_id": "690a1c56-7e73-4443-9863-49e3cdc32a79",
- "reward_claims": [
- {
- "id": "ea9b5acc-e02c-4353-94c5-f913b443cb57",
- "quantity": 1,
- "reward_id": "2b1fade8-7588-4f59-a5ea-f456273fa809"
}
], - "reward_id": "db0bb1f0-3695-4ecd-8f78-17c97d7b90ce",
- "sustained": false,
- "target_id": "cbf51516-2f56-497e-aac1-122a01eb521f",
- "team_event_id": "6e2bd1f4-e185-4ab8-83d1-1ac817578293",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}