Skip to content

Get notification settings

Returns the authenticated user’s notification settings.

GET
/v1/user/notification-settings
curl --request GET \
--url https://api.shiftsync.app/v1/user/notification-settings \
--header 'Authorization: Bearer <token>'

The caller’s notification settings

Media typeapplication/json
object
friendRequestEmail
boolean
friendRequestPush
boolean
Example
{
"friendRequestEmail": true,
"friendRequestPush": true
}