cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-notifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "limit": 20, "offset": 0, "unread_only": false }'
{ "success": true, "notifications": [ "<any>" ], "unread_count": 123 }
Get paginated notifications for the authenticated user. Supports filtering by unread status.
JWT token or API key
1 <= x <= 100
x >= 0
Successful response
Show child attributes