Skip to main content
GET
The signed-in user's own notifications, newest first, with whether each has been read.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
event_type
string
channel
string
subject
string
body
string
action_url
string
status
string
sent_at
string
created_at
string
read_at
string
is_unread
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

action_url
string<text>
body
string<text>
channel
string<character varying>
Maximum string length: 20
created_at
string<timestamp with time zone>
event_type
string<character varying>
Maximum string length: 80
id
string<uuid>

Note: This is a Primary Key.

is_unread
boolean<boolean>
read_at
string<timestamp with time zone>
sent_at
string<timestamp with time zone>
status
string<character varying>
Maximum string length: 20
subject
string<text>