cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/unified-timeline/ \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "items": [ { "type": "NOTE", "date": "<string>", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "content": "<string>", "type": "<string>", "is_pinned": true, "created_at": "<string>", "updated_at": "<string>" } } ], "nextCursor": "<string>", "hasMore": true, "count": 123, "timedOutSources": [ "notes" ] } }
Retrieve a unified, paginated timeline combining notes, reminders, emails, and calendar events. Supports filtering by source type, contact, date range, and text search.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
1 <= x <= 100
Successful response
Show child attributes
Was this page helpful?