cURL
curl --request GET \ --url https://api.smokeball.com/events/{eventId}/reminders \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
[ { "offset": 10, "offsetTypeId": 1, "isAllDayReminder": false, "userIds": [ "<string>" ] } ]
Returns the collection of reminders for an event
When request is successful. Returns the collection of reminders.
The response is of type object[].
object[]