Skip to main content
GET
/
events
/
{eventId}
/
reminders
Gets reminders for an event
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>"
    ]
  }
]

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

eventId
string
required

Response

When request is successful. Returns the collection of reminders.

offset
integer<int32>
offsetTypeId
integer<int32>
isAllDayReminder
boolean
userIds
string[] | null