Skip to content

Import risks from an integration

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

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

Risk 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"
}