cURL
curl --request GET \ --url https://api.breakcold.com/reminders/{id_reminder} \ --header 'X-API-KEY: <api-key>'
{ "id_reminder": "reminder001", "name": "Reminder 1", "id_lead": "lead001", "date": "2021-06-01T12:00:00Z", "is_done": false }
The unique identifier for the reminder.
The workspace identifier. Not required if 'X-API-KEY' is provided.
Successful response containing details of a specific reminder.
The response is of type any.
any