GuideLab API

Get notification preferences

Returns the authenticated user's notification channel preferences for orders, partnerships, and chat. Returns defaults if no custom preferences have been set.

GET
/user/notification-preferences

Returns the authenticated user's notification channel preferences for orders, partnerships, and chat. Returns defaults if no custom preferences have been set.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/user/notification-preferences"
{  "preferences": {    "orders": null,    "partnerships": null,    "chat": null,    "finance": null,    "team": null,    "inventory": null  }}
Empty