Skip to main content
POST
/
prop
/
breach-events
/
{breach_id}
/
approve
Approve Breach
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/breach-events/{breach_id}/approve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

breach_id
string<uuid>
required

Body

application/json
reason
string
required
Required string length: 1 - 500

Response

Successful Response

The response is of type Response Approve Breach Prop Breach Events Breach Id Approve Post · object.