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.

Body

application/json
name
string
required
Example:

"Test Profile"

language
string
Example:

"en-US"

webhook_url
string
Example:

"http://example.com/webhook"

webhook_failover_url
string
Example:

"http://example.com/webhook/failover"

sms
CreateVerifyProfileSMSRequest · object
call
CreateVerifyProfileCallRequest · object
flashcall
CreateVerifyProfileSettingsRequest · object
whatsapp
CreateVerifyProfileSettingsWhatsAppRequest · object
daily_spend_limit_enabled
boolean
default:false

Whether the daily spend limit is enforced for this verify profile.

Example:

true

daily_spend_limit
number

The maximum daily spend allowed on this verify profile, in USD.

Required range: x >= 0
Example:

100

Response

Expected Verify profile response to a valid request.

data
VerifyProfileResponse · object