Retrieve all hooks. Accepts a list of fields to include or exclude in the result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page index of the results to return. First page is 0.
x >= 0Number of results per page.
0 <= x <= 100Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optional filter on whether a hook is enabled (true) or disabled (false).
Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.
^((id)|(name)|(script)|(dependencies)|(enabled)|(triggerId))(,((id)|(name)|(script)|(dependencies)|(enabled)|(triggerId)))*$Retrieves hooks that match the trigger
credentials-exchange, pre-user-registration, post-user-registration, post-change-password, send-phone-message Hooks successfully retrieved.
Trigger ID
ID of this hook.
Name of this hook.
Whether this hook will be executed (true) or ignored (false).
Code to be executed when this hook runs.
Dependencies of this hook used by webtask server.