Skip to main content
GET
/
Customer
/
Notifications
cURL
curl --request GET \
  --url https://api.trysynch.com/Customer/Notifications \
  --header 'Authorization: Bearer <token>'
{
  "newsEmail": true,
  "newsPush": true,
  "overdraftWarningsEmail": true,
  "overdraftWarningsPush": true,
  "paymentStatusEmail": true,
  "paymentStatusPush": true,
  "paymentDueEmail": true,
  "paymentDuePush": true
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Response

OK

newsEmail
boolean
newsPush
boolean
overdraftWarningsEmail
boolean
overdraftWarningsPush
boolean
paymentStatusEmail
boolean
paymentStatusPush
boolean
paymentDueEmail
boolean
paymentDuePush
boolean