Skip to content

Add a new Risk source to be available for use in the organization

POST
/v1/risks/sources
curl --request POST \
--url https://api.adversarial.com/api/v1/risks/sources \
--header 'Content-Type: application/json' \
--data '{ "description": "example", "name": "example" }'
Media typeapplication/json
object
description
string | null
name
required
string
Examplegenerated
{
"description": "example",
"name": "example"
}

Risk source created successfully

Media typeapplication/json
object
description
string | null
name
required
string
Examplegenerated
{
"description": "example",
"name": "example"
}