Verify the one-time password (OTP) sent to the user's mobile number via SMS. This API validates the OTP and completes the verification process.
Arguments
platform
StringID of the application. This parameter is obsolete and will be removed in a future release.
verifyOtpRequestSchemaInput
VerifyOtpRequestSchemaInputDescribes the request structure to verify OTP.
Response
register_token
StringA token used for registration purposes will be sent when user is not registered.
user
UserDetailDescribes the user details structure.
user_exists
BooleanWhether the user already exists.
Mutation
Try it
Input Variables
Response
Was this section helpful?