Skip to main content
POST
Verify a phone number with a code

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID (sapi_acc_...)

Body

application/json

Verification code

code
string

Code is the 6-digit verification code received via SMS or voice.

Example:

"123456"

Response

Phone number verified