Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-13"

Query Parameters

topic_type
enum<string>

Only return topics of this scope: user (member notifications) or account_team (team notifications).

Available options:
user,
account_team
first
integer

The number of topics to return (default 20, max 100).

after
string

A cursor; returns topics after this position.

Response

notification topics listed

data
object[]
required
page_info
object
required