Update Verify profile
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The identifier of the Verify profile to update.
Example:
"12ade33a-21c0-473b-b055-b3c836e1c292"
Body
application/json
Example:
"Test Profile"
Example:
"http://example.com/webhook"
Example:
"http://example.com/webhook/failover"
Example:
"en-US"
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