v1

latestOpenAPI 3.1.02026-07-268342124.0 KB
Action Configurations

Create Action Configuration

Creates an action configuration from an action code.

post/action-configurations

Request body

actionCodestring required
defaultUserActionResult'ALLOW' | 'BLOCK' | 'CHALLENGE' | 'REVIEW' required
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.

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.