Create a Verify profile
Creates a new Verify profile to associate verifications with.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Example:
"Test Profile"
Example:
"en-US"
Example:
"http://example.com/webhook"
Example:
"http://example.com/webhook/failover"
Whether the daily spend limit is enforced for this verify profile.
Example:
true
The maximum daily spend allowed on this verify profile, in USD.
Required range:
x >= 0Example:
100
Response
Expected Verify profile response to a valid request.
JavaScript