Notification Tokens

Retrieves list of all notification tokens

get/system/notification-tokens

Query parameters

pageinteger

The page number to be displayed

items_per_pageinteger

The items per page to be displayed

statusstring

The status of notification token to filter the results by

typestring

The type of notification token to filter the results by

audiencestring

The audience of notification token to filter the results by

sortBystring[]

The field to sort by together with sorting order example updated_at, -updated_at

Headers

Authorizationstring string required

OAuth Bearer token

Contextstring string required

The executing context

Accept'application/json' required

Advertises which content types the client understands

X-Accept-Timezonestring

The timezone the content will be displayed in

Response

List of all notification tokens will be returned

_idstring required
updated_atstring date-time required
created_atstring date-time required
__vinteger required
audience'candidate' | 'user' required
tokenstring required
typestring
status'draft' | 'enabled' | 'deprecated' | 'disabled' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.