Skip to main content
Version: cidaas 3.102.2

Account Verification Initiation

POST 

/verification-srv/account/initiate

After registration, users may need to verify their account via email or mobile number. This API sends either a code or link to the user based on the request body.

Payload requirements:

  1. Either email, mobile, or masked sub is required.
  2. Either requestId or client_id, redirect_uri, response_type, or token in headers is required.

Request

Responses

Redirection to the verification_complete hosted page including important redirect parameters.

In the context of communication medium verification, the application employs a process that ensures the verification of either email addresses or mobile numbers, or both, as specified. This verification mechanism enhances the security and reliability of user information within the system, confirming the legitimacy of provided contact details during the registration or authentication process.

The verification_complete page serves as the final step in the communication medium verification flow, where users are redirected after successfully completing their email or mobile verification. The page receives essential redirect parameters that contain verification status, user context, and next-step instructions for the authentication flow.

Response Headers