Skip to main content
GET
/
settings
/
notifications
Get Notification Prefs
curl --request GET \
  --url https://api.example.com/settings/notifications \
  --header 'Authorization: Bearer <token>'
{
  "notify_on_job_completion": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

notify_on_job_completion
boolean
required