Internal Secret Incidents
List invitations having access to a Secret Incident
List all the invitations having access to a Secret Incident.
DEPRECATED: This endpoint has been replaced by /v1/secret-incidents/{incident_id}/invitations
get/v1/incidents/secrets/{incident_id}/invitations
Path parameters
incident_idinteger required
The id of the incident to retrieve
Query parameters
cursorstring
Pagination cursor.
invitation_idnumber
filter on a specific invitation id.
Example:1234
incident_permission'can_view' | 'can_edit' | 'full_access'
Example:can_view
filter accesses with a specific permission.
Response
List of invitation accesses
Example response
[
{
"invitation_id": 3252,
"incident_id": 3252,
"incident_permission": "can_edit"
}
]