POST /api/v1/ssf/stream/verification

Verifies an SSF Stream by publishing a Verification Event requested by a Security Events Provider.

Note: A successful response doesn't indicate that the Verification Event was transmitted successfully, only that Okta has transmitted the event or will at some point in the future. The SSF Receiver is responsible for validating and acknowledging successful transmission of the request by responding with HTTP Response Status Code 202.

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
stream_id String Yes

The ID of the SSF Stream Configuration

state String No

An arbitrary string that Okta as a transmitter must echo back to the Event Receiver in the Verification Event's payload

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.