Back to Platform

GET /onboardee-user/notifications

GET
/onboardee-user/notifications

GET operation for /onboardee-user/notifications

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/onboardee-user/notifications"
{
  "task_due_date_changed": true,
  "task_due_date_reminders": true,
  "task_overdue": true,
  "discussion_mentions": true,
  "discussion_daily_digest": true,
  "task_summary_onboardee": true
}
Empty
Empty
Empty

How is this guide?