Deprecation Notice
Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5
GET /fundraising-events/:id/schedule
Endpoint to retrieve the schedule for a fundraising event.
{
"meta": {
"status": 200
},
"data": [
{
"id": 1658,
"name": "Second Day Starts",
"description": "The Second Day of our event!",
"startsAt": 1498107600000
},
// ...
]
}
Examples
GET /fundraising-events/35/schedule
Returns the schedule for the fundraising event with an ID of 35.
curl https://tiltify.com/api/v3/fundraising-events/35/schedule