Skip to content

Import incidents from an integration

POST
/v1/integrations/{name}/incidents/import
curl --request POST \
--url https://api.adversarial.com/api/v1/integrations/example/incidents/import
name
required
string

Integration vendor short name (e.g. ‘jira’, ‘wiz’, ‘bugcrowd’)

Incident import dispatched to background worker

Media typeapplication/json

Acknowledgement that an import has been accepted for background processing (HTTP 202).

object
status
required

Dispatch status; "queued" when the import has been accepted.

string
Examplegenerated
{
"status": "example"
}