# Verify creation of phone number for user Verify a user's phone number using a one-time code (OTC) that was sent via SMS. This is the final step in the phone number verification process. After initiating verification via the pre-verification route, use this endpoint to confirm the phone number by submitting the OTC and code. Request body must include: - otcToken: The token issued when the OTC was sent. - code: The one-time code the user received on their phone. Use this endpoint to validate the user's ownership of the phone number and complete the verification process. Endpoint: POST /resources/users/phone-numbers/v1/verify Security: bearer ## Request fields (application/json): - `otcToken` (string, required) OTC token - `code` (string, required) Code that was sent to the user ## Response 200 fields