Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Order ID to have a verification code created.

Body

application/json

Message payload

phone_numbers
string[]
required
verification_method
enum<string>
required
Available options:
sms,
call

Response

Verification codes created and sent to the phone numbers of the hosted order.

data
VerificationCodeResult · object[]
required