Skip to main content
POST
/
vulnerability-remediations
/
acknowledge-sla-miss
Acknowledge SLA miss
curl --request POST \
  --url https://api.vanta.com/v1/vulnerability-remediations/acknowledge-sla-miss \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "slaViolationComment": "<string>",
      "id": "<string>"
    }
  ]
}
'
{
  "results": [
    {
      "id": "vuln-remediation-id",
      "status": "SUCCESS"
    },
    {
      "id": "vuln-remediation-id-2",
      "status": "ERROR",
      "message": "Invalid Input"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
updates
object[]
required

List of vulnerability remediation IDs.

Required array length: 1 - 50 elements

Response

200 - application/json

Ok

results
object[]
required

List of results matching the length and order of the request