GET
/
v1
/
settings
/
notifications
Get notification preferences snapshot
curl --request GET \
  --url https://api.wazapin.com/v1/settings/notifications \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "description": "<string>",
      "enabled": true,
      "key": "<string>",
      "label": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token or API key

Response

OK

data
object[] | null
required