POST /api/v1/eventHooks/{eventHookId}/lifecycle/verify
Verifies that the event hook matches the provided eventHookId
. To verify ownership, your endpoint must send information back to Okta in JSON format. See Event hooks.
Only ACTIVE
and VERIFIED
event hooks can receive events from Okta.
If a response is not received within 3 seconds, the outbound request times out. One retry is attempted after a timeout or error response. If a successful response still isn't received, this operation returns a 400 error with more information about the failure.
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
eventHookId |
String | Yes |
|
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.