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
- https://{yourOktaDomain}
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.