get https://api-sbx.sidedrawersbx.com/api/v1/networks/reminders/reminder-id/
Returns a information about a Reminder (e.g. recurrence, recipients) by its identifier.
Response
Returns a information about a Reminder (e.g. recurrence, recipients) by its identifier.
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/networks/reminders/reminder-id/reminderId \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": ""
}