List reminders created by the current user
Reminders
List reminders created by the current user
Returns unfired reminders scoped to the caller’s organization and createdBy = userId, sorted by reminderDate ascending. Optionally filtered by contactId (single) or contactIds (comma-separated).
GET
List reminders created by the current user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.