Resolve a notification center event
POST
/api/admin/notifications/{id}/resolve
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/notifications/example/resolve \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'Mark an unresolved notification center event as suppressed and write an admin audit event.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body
Section titled “Request Body ”Resolve an unresolved notification center event by suppressing the event.
Media type application/json
object
key
additional properties
Example
{}Responses
Section titled “ Responses ”Notification action result.
Media type application/json
object
Example
{ "result": { "event_id": "notif_123", "route_count": 1, "results": [ { "route_id": "indr_123", "provider": "email", "status": "delivered" } ] }, "audit_id": "audit_123"}default
Section titled “default ”Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}