Deprecation Notice
Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5
GET /fundraising-events/:id/registration-fields
Returns an object describing the registration fields for a fundraising event.
{
"meta": {
"status": 200
},
"data": {
"address": {
"enabled": true
},
"shirt_size": {
"enabled": true
},
"service_hours": {
"enabled": true
}
}
}
Examples
GET /fundraising-events/1/registration-fields
Returns the registration field settings for a fundraising event with an id of 1.
curl https://tiltify.com/api/v3/fundraising-events/1/registration-fields