V5ApiCause (1.0)
Download OpenAPI specification:Download
List top fundraisers by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising_event registrations by fundraising_event ID
Authorizations:
path Parameters
fundraising_event_id required | string FundraisingEvent ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "id": "c0367238-0219-409a-ac0c-7e344d959017",
- "inserted_at": "2025-02-04T19:21:01.525830Z",
- "updated_at": "2025-02-04T19:21:01.525847Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top teams by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising_events
Lists the current cause fundraising_events
Authorizations:
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2025-02-04T19:21:03.152021Z",
- "cause_id": "5ab6bb15-d6de-47db-9e51-8d7e6f0160b4",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2025-02-04T19:21:03.152017Z",
- "ends_at": "2025-02-04",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "3dbd6a0b-4a4d-46ba-a79b-9ac8ef0bd939",
- "inserted_at": "2025-02-04T19:21:03.151988Z",
- "legacy_id": 104959945,
- "name": "Spooktober 2022",
- "published_at": "2025-02-04T19:21:03.152008Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2025-02-04T19:21:03.152013Z",
- "starts_at": "2025-02-04",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:03.152027Z",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising_event rewards by fundraising_event ID
Authorizations:
path Parameters
fundraising_event_id required | string FundraisingEvent ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2025-02-04T19:21:03.629071Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "7b0bf32d-dfa8-4824-af05-874364b46522",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2025-02-04T19:21:03.629110Z",
- "legacy_id": 701119424,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2025-02-04T19:21:03.629140Z",
- "updated_at": "2025-02-04T19:21:03.629144Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top teams fitness distances by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising_event incentives by fundraising_event ID
Authorizations:
path Parameters
fundraising_event_id required | string FundraisingEvent ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": null,
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "9bf253bb-34ef-406d-a008-ccd2d9846ec4",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2025-02-04T19:21:03.255536Z",
- "is_milestone": true,
- "legacy_id": 554289787,
- "name": "Holiday Special Livestream",
- "updated_at": "2025-02-04T19:21:03.255569Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising_event donations by fundraising_event ID
Authorizations:
path Parameters
fundraising_event_id required | string FundraisingEvent ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "5979191a-72b9-49b7-a7b5-d8bbf3fb62f4",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "eff28541-2762-4354-830d-b5c2836a0a4f",
- "charity_can_contact": false,
- "completed_at": "2025-02-04T19:21:02.802880Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "fundraising_event_id": "c1328b3c-e2a6-4e40-a17a-4e3cc464bb15",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "eab6f0db-b460-428c-b2f7-5c57c212233f",
- "legacy_id": 490181915,
- "moderated_at": "2025-02-04T19:21:03.045007Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "ccf03def-ab1e-4142-8c74-4524b4e3399f",
- "poll_option_id": "9b5300c0-54cc-4146-ae40-ccbb3fef6872",
- "reward_claims": [
- {
- "id": "b95dea15-6ef5-43ff-9c46-e8bedc98e334",
- "quantity": 1,
- "reward_id": "0ab6e743-69a8-44c0-808d-253950a1938c"
}
], - "reward_id": "520410d5-6659-4ad6-8478-91304d5aa4fe",
- "sustained": false,
- "target_id": "3a8d0d83-2e4f-4637-8e7b-4692041ff72c",
- "team_event_id": "f61116eb-afe3-4a89-8381-f7acba6ea639",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Get Fundraising Event by ID
Returns a Fundraising Event by its ID
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": {
- "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "can_publish_supporting_at": "2025-02-04T19:21:03.152021Z",
- "cause_id": "5ab6bb15-d6de-47db-9e51-8d7e6f0160b4",
- "currency_code": "USD",
- "description": "Let's get **spooooky**!",
- "end_supporting_at": "2025-02-04T19:21:03.152017Z",
- "ends_at": "2025-02-04",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "3dbd6a0b-4a4d-46ba-a79b-9ac8ef0bd939",
- "inserted_at": "2025-02-04T19:21:03.151988Z",
- "legacy_id": 104959945,
- "name": "Spooktober 2022",
- "published_at": "2025-02-04T19:21:03.152008Z",
- "retired_at": null,
- "slug": "spooktober-2022",
- "start_supporting_at": "2025-02-04T19:21:03.152013Z",
- "starts_at": "2025-02-04",
- "status": "published",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:03.152027Z",
}
}
List top users fitness distances by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top teams fitness times by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top users fitness times by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List fundraising event supporting events
Authorizations:
path Parameters
fundraising_event_id required | string FundraisingEvent ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top donors by fundraising_event_id
Authorizations:
path Parameters
fundraising_event_id required | string Fundraising Event ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Get team campaign by ID
Returns a Team Campaign by its ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "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",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "be9a27f3-3f26-4ad8-bb13-dc689503330b",
- "inserted_at": "2025-02-04T19:21:04.036750Z",
- "legacy_id": 998618077,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:04.036778Z",
- "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": "8d5ad7a3-7bc8-48a8-aff1-4aec54fcabfa",
- "legacy_id": 570614076,
- "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": "3b4267c7-5b22-43bd-ac87-cad525e889ce",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:04.062388Z",
}
}
List campaigns supporting a Team Campaign
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List Team Campaign donations by Team Campaign ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "5979191a-72b9-49b7-a7b5-d8bbf3fb62f4",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "eff28541-2762-4354-830d-b5c2836a0a4f",
- "charity_can_contact": false,
- "completed_at": "2025-02-04T19:21:02.802880Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "fundraising_event_id": "c1328b3c-e2a6-4e40-a17a-4e3cc464bb15",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "eab6f0db-b460-428c-b2f7-5c57c212233f",
- "legacy_id": 490181915,
- "moderated_at": "2025-02-04T19:21:03.045007Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "ccf03def-ab1e-4142-8c74-4524b4e3399f",
- "poll_option_id": "9b5300c0-54cc-4146-ae40-ccbb3fef6872",
- "reward_claims": [
- {
- "id": "b95dea15-6ef5-43ff-9c46-e8bedc98e334",
- "quantity": 1,
- "reward_id": "0ab6e743-69a8-44c0-808d-253950a1938c"
}
], - "reward_id": "520410d5-6659-4ad6-8478-91304d5aa4fe",
- "sustained": false,
- "target_id": "3a8d0d83-2e4f-4637-8e7b-4692041ff72c",
- "team_event_id": "f61116eb-afe3-4a89-8381-f7acba6ea639",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top donors
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List Team Campaign targets by Team Campaign ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "ends_at": "2025-02-04T19:21:03.870741Z",
- "id": "065b86a3-0c91-487a-ba4e-36aaf0f46913",
- "inserted_at": "2025-02-04T19:21:03.870777Z",
- "legacy_id": 103247459,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.870792Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List Team Campaign schedules by Team Campaign ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "description": null,
- "ends_at": "2025-02-04T19:21:03.833469Z",
- "id": "e0f50a2d-3dd6-4800-a915-e460fec48b92",
- "inserted_at": "2025-02-04T19:21:03.833504Z",
- "legacy_id": 269200520,
- "name": "Holiday Special Livestream",
- "starts_at": "2025-02-04T19:21:03.833518Z",
- "updated_at": "2025-02-04T19:21:03.833521Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Get team campaign by team slug and campaign slug
Returns a Team Campaign by its team slug and campaign slug
Authorizations:
path Parameters
team_slug required | string Team Slug |
team_campaign_slug required | string Campaign Slug |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "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",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "be9a27f3-3f26-4ad8-bb13-dc689503330b",
- "inserted_at": "2025-02-04T19:21:04.036750Z",
- "legacy_id": 998618077,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:04.036778Z",
- "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": "8d5ad7a3-7bc8-48a8-aff1-4aec54fcabfa",
- "legacy_id": 570614076,
- "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": "3b4267c7-5b22-43bd-ac87-cad525e889ce",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:04.062388Z",
}
}
List Team Campaigns
Lists the current cause Team Campaigns
Authorizations:
query Parameters
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=754f0abb-db20-4be2-9bef-1bd234e3f043 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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "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",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "be9a27f3-3f26-4ad8-bb13-dc689503330b",
- "inserted_at": "2025-02-04T19:21:04.036750Z",
- "legacy_id": 998618077,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "Our Awesome Team Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:04.036778Z",
- "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": "8d5ad7a3-7bc8-48a8-aff1-4aec54fcabfa",
- "legacy_id": 570614076,
- "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": "3b4267c7-5b22-43bd-ac87-cad525e889ce",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:04.062388Z",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top users
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List Team Campaign polls by Team Campaign ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a323534e-68c0-4bfd-b82b-ec1112338e67",
- "inserted_at": "2025-02-04T19:21:03.528114Z",
- "legacy_id": 271861218,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}
], - "updated_at": "2025-02-04T19:21:03.617157Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List Team Campaign rewards by Team Campaign ID
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2025-02-04T19:21:03.629071Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "7b0bf32d-dfa8-4824-af05-874364b46522",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2025-02-04T19:21:03.629110Z",
- "legacy_id": 701119424,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2025-02-04T19:21:03.629140Z",
- "updated_at": "2025-02-04T19:21:03.629144Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List milestones
Authorizations:
path Parameters
team_campaign_id required | string Team Campaign ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "da91446a-9694-43ed-b7f6-524297e606f8",
- "inserted_at": "2025-02-04T19:21:03.483610Z",
- "legacy_id": 581875936,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.483639Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Token
Returns an access and refresh token with a provided client id, secret, and grant type. Tokens expire in 7200
seconds.
Authorizations:
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "access_token": "ab6a592346444dea97170837e104d8a5ab6a592346444dea97170837e104d8a5",
- "created_at": "2023-01-27T19:32:03Z",
- "expires_in": 7200,
- "refresh_token": "njjjytm3otetmgrjmi00yjawlwe4zgytzjixy2mzm2y3njawcg121231999393a3",
- "scope": "cause",
- "token_type": "bearer"
}
List campaigns
Lists the current cause campaigns
Authorizations:
query Parameters
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=67930916-26a8-4544-9f28-2d551fdc2508 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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List donation matches
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Get campaign by user slug and campaign slug
Returns a Campaign by its user slug and campaign slug
Authorizations:
path Parameters
user_slug required | string User Slug |
campaign_slug required | string Campaign Slug |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
}
List campaign rewards by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "description": "The streamer will pick a song and sing it poorly",
- "ends_at": "2025-02-04T19:21:03.629071Z",
- "fair_market_value": {
- "currency": "USD",
- "value": "182.32"
}, - "highlighted": true,
- "id": "7b0bf32d-dfa8-4824-af05-874364b46522",
- "image": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "inserted_at": "2025-02-04T19:21:03.629110Z",
- "legacy_id": 701119424,
- "name": "Sing a Song Poorly",
- "quantity": 1000,
- "quantity_remaining": 23,
- "starts_at": "2025-02-04T19:21:03.629140Z",
- "updated_at": "2025-02-04T19:21:03.629144Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Get campaign by ID
Returns a campaign by its ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
}
List campaign polls by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "a323534e-68c0-4bfd-b82b-ec1112338e67",
- "inserted_at": "2025-02-04T19:21:03.528114Z",
- "legacy_id": 271861218,
- "name": "Learn a TikTok dance live!",
- "options": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}, - {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "02b33181-a4cd-48d3-9913-87c7d0d5467b",
- "inserted_at": "2025-02-04T19:21:03.551914Z",
- "legacy_id": 191893879,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.551939Z"
}
], - "updated_at": "2025-02-04T19:21:03.617157Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List campaign schedules by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "description": null,
- "ends_at": "2025-02-04T19:21:03.833469Z",
- "id": "e0f50a2d-3dd6-4800-a915-e460fec48b92",
- "inserted_at": "2025-02-04T19:21:03.833504Z",
- "legacy_id": 269200520,
- "name": "Holiday Special Livestream",
- "starts_at": "2025-02-04T19:21:03.833518Z",
- "updated_at": "2025-02-04T19:21:03.833521Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List top donors by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "heat": null,
- "id": "93c3f054-824b-448d-8ecd-5ca6111bc041",
- "name": "Awesome Team",
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List campaign milestones by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "id": "da91446a-9694-43ed-b7f6-524297e606f8",
- "inserted_at": "2025-02-04T19:21:03.483610Z",
- "legacy_id": 581875936,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.483639Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List campaign targets by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
after | string Returns records after the given cursor |
before | string Returns records before the given cursor |
limit | integer [ 1 .. 100 ] Default: 10 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "ends_at": "2025-02-04T19:21:03.870741Z",
- "id": "065b86a3-0c91-487a-ba4e-36aaf0f46913",
- "inserted_at": "2025-02-04T19:21:03.870777Z",
- "legacy_id": 103247459,
- "name": "Learn a TikTok dance live!",
- "updated_at": "2025-02-04T19:21:03.870792Z"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List campaign donations by campaign ID
Authorizations:
path Parameters
campaign_id required | string Campaign ID or legacy ID |
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "5979191a-72b9-49b7-a7b5-d8bbf3fb62f4",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "eff28541-2762-4354-830d-b5c2836a0a4f",
- "charity_can_contact": false,
- "completed_at": "2025-02-04T19:21:02.802880Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "fundraising_event_id": "c1328b3c-e2a6-4e40-a17a-4e3cc464bb15",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "eab6f0db-b460-428c-b2f7-5c57c212233f",
- "legacy_id": 490181915,
- "moderated_at": "2025-02-04T19:21:03.045007Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "ccf03def-ab1e-4142-8c74-4524b4e3399f",
- "poll_option_id": "9b5300c0-54cc-4146-ae40-ccbb3fef6872",
- "reward_claims": [
- {
- "id": "b95dea15-6ef5-43ff-9c46-e8bedc98e334",
- "quantity": 1,
- "reward_id": "0ab6e743-69a8-44c0-808d-253950a1938c"
}
], - "reward_id": "520410d5-6659-4ad6-8478-91304d5aa4fe",
- "sustained": false,
- "target_id": "3a8d0d83-2e4f-4637-8e7b-4692041ff72c",
- "team_event_id": "f61116eb-afe3-4a89-8381-f7acba6ea639",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
List cause supporting events
Authorizations:
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "avatar": {
- "alt": "Short image description used as alternative text.",
- "height": 200,
- "width": 200
}, - "cause_id": "ac5a1d32-5aa7-4254-8c62-a90b11683a8e",
- "description": "My Awesome weekend campaign.",
- "fundraising_event_id": "5d902d56-b920-4dfc-86c3-b391e8fcd32e",
- "goal": {
- "currency": "USD",
- "value": "182.32"
}, - "has_schedule": false,
- "id": "d4ce72fa-2c87-4c24-aad2-8c5855ced949",
- "inserted_at": "2025-02-04T19:21:02.614131Z",
- "legacy_id": 462140550,
- "livestream": {
- "channel": "tiltify",
- "type": "twitch"
}, - "name": "My Awesome Campaign",
- "original_goal": {
- "currency": "USD",
- "value": "182.32"
}, - "published_at": "2025-02-04T19:21:02.614158Z",
- "retired_at": null,
- "slug": "my-awesome-campaign",
- "status": "published",
- "supporting_type": "none",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.614163Z",
- "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": "4e4dd4b7-7c15-4661-bc54-5ea9046fd702",
- "legacy_id": 757787877,
- "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": "7c55243f-9ea6-4853-9370-80d0f660220c"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}
Response samples
- 200
- 401
- 404
- 422
{- "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": "56444a39-7cfe-4fd1-878c-09cbbf4f9e98",
- "inserted_at": "2025-02-04T19:21:02.632309Z",
- "legacy_id": 960239715,
- "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": "2025-02-04T19:21:02.632338Z"
}
}
Get donation by ID
Returns a donation by its ID
Authorizations:
path Parameters
donation_id required | string Donation ID |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "5979191a-72b9-49b7-a7b5-d8bbf3fb62f4",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "eff28541-2762-4354-830d-b5c2836a0a4f",
- "charity_can_contact": false,
- "completed_at": "2025-02-04T19:21:02.802880Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "fundraising_event_id": "c1328b3c-e2a6-4e40-a17a-4e3cc464bb15",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "eab6f0db-b460-428c-b2f7-5c57c212233f",
- "legacy_id": 490181915,
- "moderated_at": "2025-02-04T19:21:03.045007Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "ccf03def-ab1e-4142-8c74-4524b4e3399f",
- "poll_option_id": "9b5300c0-54cc-4146-ae40-ccbb3fef6872",
- "reward_claims": [
- {
- "id": "b95dea15-6ef5-43ff-9c46-e8bedc98e334",
- "quantity": 1,
- "reward_id": "0ab6e743-69a8-44c0-808d-253950a1938c"
}
], - "reward_id": "520410d5-6659-4ad6-8478-91304d5aa4fe",
- "sustained": false,
- "target_id": "3a8d0d83-2e4f-4637-8e7b-4692041ff72c",
- "team_event_id": "f61116eb-afe3-4a89-8381-f7acba6ea639",
- "team_event_name": "Awesome Test Team Event"
}
}
List donations
Lists the current cause donations
Authorizations:
query Parameters
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 |
Responses
Response samples
- 200
- 401
- 404
- 422
{- "data": [
- {
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "campaign_id": "5979191a-72b9-49b7-a7b5-d8bbf3fb62f4",
- "campaign_name": "Awesome Test Campaign",
- "cause_id": "eff28541-2762-4354-830d-b5c2836a0a4f",
- "charity_can_contact": false,
- "completed_at": "2025-02-04T19:21:02.802880Z",
- "donation_matches": [
- {
- "active": true,
- "amount": {
- "currency": "USD",
- "value": "182.32"
}, - "completed_at": "2025-02-04T19:21:02.824978Z",
- "donation_id": "94133c3e-a67d-488f-811b-319a26bbd2dc",
- "ends_at": "2025-02-04T19:21:02.824975Z",
- "id": "86680a2d-d601-42f0-aedf-1c649868d20e",
- "inserted_at": "2025-02-04T19:21:02.824951Z",
- "matched_by": "Big Donor 1",
- "pledged_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "started_at_amount": {
- "currency": "USD",
- "value": "182.32"
}, - "starts_at": "2025-02-04T19:21:02.824971Z",
- "total_amount_raised": {
- "currency": "USD",
- "value": "182.32"
}, - "updated_at": "2025-02-04T19:21:02.824967Z"
}
], - "donor_comment": "Keep up the great work!",
- "donor_name": "Test Name",
- "email": "donor@tiltify.test",
- "fundraising_event_id": "c1328b3c-e2a6-4e40-a17a-4e3cc464bb15",
- "fundraising_event_name": "Awesome Test Fundraising Event",
- "id": "eab6f0db-b460-428c-b2f7-5c57c212233f",
- "legacy_id": 490181915,
- "moderated_at": "2025-02-04T19:21:03.045007Z",
- "payment_method": "stripe",
- "payment_reference_id": "pi_1234567890",
- "payment_transaction_id": "ch_1234567890",
- "poll_id": "ccf03def-ab1e-4142-8c74-4524b4e3399f",
- "poll_option_id": "9b5300c0-54cc-4146-ae40-ccbb3fef6872",
- "reward_claims": [
- {
- "id": "b95dea15-6ef5-43ff-9c46-e8bedc98e334",
- "quantity": 1,
- "reward_id": "0ab6e743-69a8-44c0-808d-253950a1938c"
}
], - "reward_id": "520410d5-6659-4ad6-8478-91304d5aa4fe",
- "sustained": false,
- "target_id": "3a8d0d83-2e4f-4637-8e7b-4692041ff72c",
- "team_event_id": "f61116eb-afe3-4a89-8381-f7acba6ea639",
- "team_event_name": "Awesome Test Team Event"
}
], - "metadata": {
- "after": "bGlnaHQgwd==",
- "before": null,
- "limit": 10
}
}