Retrieve Notifications Configuration
GET/profile/notifications/
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
new_findings
- New Findingsalways
- Alwaysstarted_by
- Started bynever
- Never
end_scan_emails string
Possible values: [new_findings
, always
, started_by
, never
, ``]
promotional_topup_notification boolean
If true, the user gets email of promotional top-up notification Default true
{
"end_scan_emails": "new_findings",
"promotional_topup_notification": true
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...