Notifications

Read label and initials for the authenticated user's inbox avatar

GET
/users/me/notifications/inbox/self-avatar

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Response Body

application/json

curl -X GET "https://example.com/users/me/notifications/inbox/self-avatar"
{  "label": "string",  "initials": "string"}
Empty