GET /api/v1/inlineHooks
Lists all inline hooks or all inline hooks of a specific type.
When listing a specific inline hook, you need to specify its type. The following types are currently supported:
| Type Value | Name |
|------------------------------------|----------------------------------------------------------------|
| com.okta.import.transform | User import inline hook |
| com.okta.oauth2.tokens.transform | Token inline hook |
| com.okta.saml.tokens.transform | SAML assertion inline hook |
| com.okta.telephony.provider | Telephony inline hook |
| com.okta.user.credential.password.import | Password import inline hook|
| com.okta.user.pre-registration | Registration inline hook |
Servers
- https://{yourOktaDomain}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
type |
String | No |
One of the supported inline hook types Valid values:
|
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.