Notifications
Read a paginated page of in-app notifications for the authenticated user
Authorization
SupabaseBearer AuthorizationBearer <token>
Supabase user access token (Authorization: Bearer JWT)
In: header
Query Parameters
page?integer
Range
0 <= valueDefault
0limit?integer
Range
1 <= value <= 100Default
10Response Body
application/json
application/json
curl -X GET "https://example.com/users/me/notifications/inbox"{}{ "message": "string"}Empty