Internal Secret Incidents
Share a secret incident
Share a secret incident by creating a public link.
post/v1/incidents/secrets/{incident_id}/share
Path parameters
incident_idinteger required
The id of the incident to retrieve
Request body
Example request
{
"auto_healing": true,
"feedback_collection": true,
"lifespan": 720
}Response
Incident Sharing Details
Example response
{
"share_url": "https://dashboard.gitguardian.com/share/incidents/11111111-1111-1111-1111-111111111111",
"incident_id": 3759,
"feedback_collection": true,
"token": "12345678-1234-1234-1234-123456789012",
"expire_at": "2019-08-24T14:15:22Z"
}