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
totalintegerZorunlu
resultsarray<object>
results. contentstringZorunlu
Your hook code written in javascript.
results. created_atstringZorunlu
Creation date in the ISO 8601 format according to universal time.
results. descriptionstringZorunlu
Additional information for the hook
results. enabledbooleanZorunlu
Whether the hook is enabled or not.
results. idstringZorunlu
Unique identifier of entity
results. namestringZorunlu
Hook name
results. orderintegerZorunlu
Execution order of the hook. It applies to hook types. Lower ordered hooks executed first.
results. typestringZorunlu
Defines hook's area of usage
Mevcut Değerler: 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.