POST /api/v1/risk/providers

Creates a Risk Provider object. A maximum of three Risk Provider objects can be created.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
id String Yes

The ID of the Risk Provider object

_links Object Yes

Specifies link relations (see Web Linking) available using the JSON Hypertext Application Language specification. This object is used for dynamic discovery of related resources and lifecycle operations.

created String No

Timestamp when the Risk Provider object was created

name String Yes

Name of the risk provider

action String Yes

Action taken by Okta during authentication attempts based on the risk events sent by this provider

Possible values:

  • "log_only"
  • "enforce_and_log"
  • "none"

Default value: "log_only"

clientId String Yes

The ID of the OAuth service app that is used to send risk events to Okta

lastUpdated String No

Timestamp when the Risk Provider object was last updated

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.