v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
Action Configurations

Update Action Configuration

Updates an action configuration by action code.

patch/action-configurations/{action_code}

Path parameters

action_codestring required

The action code used to identify the action configuration.

Request body

defaultUserActionResult'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW'
messagingTemplatesobject
verificationMethodsstring[]
promptToEnrollVerificationMethodsstring[]
defaultVerificationMethod'SMS' | 'AUTHENTICATOR_APP' | 'RECOVERY_CODE' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR'
verificationWebhookUrlstring uri nullable

Webhook URL to receive a synchronous action.verify event after the challenge is verified. The webhook can be used to trigger additional tasks. See the action.verify event schema.

Response

OK

lastActionCreatedAtstring
actionCodestring
tenantIdstring
defaultUserActionResult'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW'
messagingTemplatesobject
verificationMethodsstring[]
promptToEnrollVerificationMethodsstring[]
defaultVerificationMethod'SMS' | 'AUTHENTICATOR_APP' | 'RECOVERY_CODE' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR'
verificationWebhookUrlstring uri

Webhook URL to receive a synchronous action.verify event after the challenge is verified. The webhook can be used to trigger additional tasks. See the action.verify event schema.