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

Query parameters

Name Type Required Description
type String No

One of the supported inline hook types

Valid values:

  • "com.okta.import.transform"
  • "com.okta.user.pre-registration"
  • "com.okta.telephony.provider"
  • "com.okta.oauth2.tokens.transform"
  • "com.okta.saml.tokens.transform"
  • "com.okta.user.credential.password.import"

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.