Skip to main content
GET
/
v1
/
timeline
/
note-types
List note types
curl --request GET \
  --url https://api.prod.getdex.com/v1/timeline/note-types \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "icon": "<string>"
    }
  ]
}

Use cases

  • Populate a note type selector when creating a new note
  • Filter timeline entries by interaction type
  • Display note type labels in a timeline view

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Response

Successful response

error
boolean
required
data
object[]
required