Notifications

Read a paginated page of in-app notifications for the authenticated user

GET
/users/me/notifications/inbox

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Query Parameters

page?integer
Range0 <= value
Default0
limit?integer
Range1 <= value <= 100
Default10

Response Body

application/json

application/json

curl -X GET "https://example.com/users/me/notifications/inbox"
{}
{  "message": "string"}
Empty