Public Secret Incidents
Share a public secret incident
Create a public link to share a public secret incident with an external developer.
post/v1/public-incidents/secrets/{incident_id}/share
Path parameters
incident_idinteger required
The id of the incident to retrieve
Request body
Example request
{
"lifespan": 24
}Response
Issue Token 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"
}