cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/reminders/{reminderId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "text": "<string>", "due_at_date": "<string>", "due_at_time": "<string>", "is_complete": true, "recurrence": "<string>", "last_completed_at": "<string>", "next_occurrence_at": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
Retrieve a single reminder by its unique ID, including its title, due date, associated contact, and recurrence settings.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?