Prepare Clerk phone number verification
Send an SMS verification code to a Clerk phone number.
← All Clerk endpoints · Capability overview
/v1/clerk/phone-numbers/{phone_number_id}/prepare-verificationhttps://api.vee3.io/v1/clerk/phone-numbers/{phone_number_id}/prepare-verification
Send an SMS verification code to a Clerk phone number.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.prepare_phone_number_verificationParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
phone_number_idstringRequiredClerk phone number id (idn_... or phn_...) to retrieve or modify.
Response6 fields
verificationobject5 fieldsVerification object from the Clerk Backend API.
verificationobjectidstringVerification id returned by prepare_verification.
statusstringVerification status (verified, unverified, expired, or failed).
strategystringVerification strategy (e.g. phone_code).
attemptsintegerNumber of verification attempts made.
expire_atintegerUnix timestamp in milliseconds when the verification code expires.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required