cURL
curl --request GET \ --url https://api.prod.getdex.com/v1/timeline/{noteId} \ --header 'Authorization: Bearer <token>'
{ "error": true, "data": { "note": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "content": "<string>", "type": "<string>", "is_pinned": true, "created_at": "<string>", "updated_at": "<string>" } } }
Retrieve a single note by its unique ID. Notes are timeline entries that record interactions, meeting notes, and other activities related to contacts.
Use your Dex API key (e.g. dex_abc123...) as the Bearer token.
Show child attributes
Successful response
Was this page helpful?