v1

latestOpenAPI 3.1.02026-08-0643268.9 KB

Report action result

Reports the result of an action that a recommendation was issued for. This includes whether the user successfully completed the action, and what type of challenge was given to the user (if any).

post/action/result

Request body

action_tokenstring required

The token return when the action event was reported

result'success' | 'failure' | 'incomplete' required

The action result.

user_idstring

Opaque identifier of the user in your system. Rejected (400) if provided as "null", "undefined", "none", or empty/whitespace-only; leading/trailing whitespace is otherwise trimmed.

private_user_identifierstring

Identifier containing sensitive user data. Mosaic will encrypt and securely store this data.

challenge_type'sms_otp' | 'email_otp' | 'totp' | 'push_otp' | 'voice_otp' | 'idv' | 'captcha' | 'password' | 'passkey'

Type of challenge used, in case a challenge was recommended for this action event

Response

Action result has been received and stored successfully.