Skip to main content
POST
Create Phone Verification Code

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

personId
string<uuid>
required

UUID of the person

phoneId
string<uuid>
required

UUID of the phone to verify

code
string
required

6-digit verification code

Pattern: ^[0-9]{6}$

Body

application/json
workspace_id
string<uuid>

UUID of the workspace. If not provided, the workspace from the bearer token will be used.

Response

Verification code created and validated successfully