Acknowledge security alert
POST
/api/admin/security/alerts/{id}/acknowledge
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/security/alerts/example/acknowledge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "notes": "Reviewed by security team.", "resolution": "False positive." }'Acknowledges a security alert and optionally stores review notes or a resolution. Already acknowledged or resolved alerts return a stable idempotent response.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
notes
string
resolution
string
key
additional properties
Example
{ "notes": "Reviewed by security team.", "resolution": "False positive."}Responses
Section titled “ Responses ”Security alert acknowledgement response.
Media type application/json
object
alert_id
required
string
status
required
string
previous_status
string
already_acknowledged
boolean
message
string
acknowledged_at
string format: date-time
acknowledged_by
string
key
additional properties
Example
{ "alert_id": "alert_123", "status": "acknowledged", "previous_status": "open", "acknowledged_at": "2026-06-20T00:05:00.000Z", "acknowledged_by": "admin_123"}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"}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"}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"}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"}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"}