Retrieves hooks that match the trigger
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HookTriggerIdEnum", "title": "HookTriggerIdEnum", "type": "string", "enum": [ "credentials-exchange", "pre-user-registration", "post-user-registration", "post-change-password", "send-phone-message" ], "description": "Retrieves hooks that match the trigger" }