
v5.0.0-beta1
- Getting Started
- Authentication
- AdvancedReports
- Targets
- Exceptions
- Plans
- Products
- Subscriptions
- Vulnerabilities
- Reports
- Scanners
- Hosts
- Notifications
- Organizations
- Subscribe to a plan
- List organizations
- Create Organization
- List dependent subscriptions
- Show an organization
- Update an organization
- Delete an organization
- Subscribe an organization to a plan
- Unsubscribe an organization from a plan
- Move a user from one organization to another
- Export all organizations to a CSV file
- Organization Subscriptions
- Whitelabel
- PortLists
- getPortalSettings
- Scan Hosts
- Scan Vulnerabilities
- Schedules
- User
- Get current user
- Update current user
- Change current user password
- Get current user active plans (Not implemented yet)
- Get organization members
- Get current user products
- Get current organization
- Update current organization
- Get subscriptions history
- Change users product
- Checks if authorization token is valid
- Get current user permissions
- Check if the user can be deleted
- Transfers all the resources from the user to another user
- Delete my account
- Users
- Scans
- User 2FA
- UserPreferences
- webhooks
- Webhooks
- Audit
Mark as read a notification
PUT
/v2/notifications/{id}/mark_read
Notifications
Last modified:2024-11-12 10:01:32
Request
Path Params
id
stringÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v2/notifications//mark_read'
Responses
🟢200OK
application/json
Body
data
objectÂ
optional
id
string <uuid>
optional
type
stringÂ
optional
attributes
objectÂ
optional
Example
{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "string",
"record_type": "string",
"record_id": "8bf519b6-a3e0-49d2-8e42-039542d9a489",
"created_at": "2019-08-24T14:15:22Z",
"params": {
"event": "started",
"title": "The scan Test changed to started",
"category": "info",
"event_type": "scan_event"
},
"updated_at": "2019-08-24T14:15:22Z",
"read_at": "2019-08-24T14:15:22Z",
"seen_at": "2019-08-24T14:15:22Z"
}
}
}
🟠401Unauthorized
🟠404Record Not Found
🟠422Parameter Error
Modified at 2024-11-12 10:01:32