Create a new risk control.

Create a new risk control for the organization that you are currently
authenticated as. This endpoint will create a new risk control with the
provided parameters and return the ID of the newly-created risk control.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Defines the state of a control to be created or updated

applies_to
required

Indicates the entities that the control applies to. The scope is an enum
idicating the type of entity that the control applies to, and the
entity_ids are the unique identifiers for the organizations/accounts/etc
to which the control applies.

applies_to_asset_classes
array of strings

The list of asset classes that the control will apply to.
An empty list means it applies to all asset classes.

applies_to_asset_classes
control
required

The control itself. One of 3 types: UniverseConstraint,
ExposureLimit, or OrderValidation.

boolean
Defaults to true

Toggle to enable or disable the control. If the control is disabled,
it will not be used to validate orders.

string
required

The name of the control. This name is used to identify the control
in the UI and in other endpoints.

string
enum

The remediation for the control, which indicates how an order should
be handled if it violates the control.

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json