Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.smokeball.com/events/{eventId}/reminders \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
[ { "offset": 123, "offsetTypeId": 123, "isAllDayReminder": true, "userIds": [ "<string>" ] } ]
Returns the collection of reminders for an event
When request is successful. Returns the collection of reminders.