List Hooks
Query Parameters
Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Examples: "id,created_at"
Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset
.
Additional query in PlusAuth Query Language format.
Response Body Schema
totalintegerRequired
resultsarray<object>
results. contentstringRequired
Your hook code written in javascript.
results. created_atstringRequired
Creation date in the ISO 8601 format according to universal time.
results. descriptionstringRequired
Additional information for the hook
results. enabledbooleanRequired
Whether the hook is enabled or not.
results. idstringRequired
Unique identifier of entity
results. namestringRequired
Hook name
results. orderintegerRequired
Execution order of the hook. It applies to hook types. Lower ordered hooks executed first.
results. typestringRequired
Defines hook's area of usage
Available Values: sms
link-account
pre-register
post-register
pre-login
post-login
pre-mfa
pre-access-token
pre-id-token
pre-fc-import
post-fc-import
pre-fc-export
ciba-auth-prompt
ciba-validate-r-c
ciba-validate-u-c
results. updated_atstring
Update date in the ISO 8601 format according to universal time.