List all Verify profiles
Gets a paginated list of Verify profiles.
Query parameters
Consolidated filter parameter (deepObject style). Originally: filter[name]
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Response
Expected Verify profile response to a valid request.
Example response
{
"data": [
{
"call": {
"app_name": "Example Secure App",
"code_length": 6,
"default_verification_timeout_secs": 300,
"messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
"whitelisted_destinations": [
"US",
"CA"
]
},
"created_at": "2020-09-14T17:03:32.965812",
"daily_spend_limit": 100,
"daily_spend_limit_enabled": true,
"flashcall": {
"app_name": "Example Secure App",
"default_verification_timeout_secs": 300
},
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"language": "en-US",
"name": "Test Profile",
"record_type": "verification_profile",
"sms": {
"app_name": "Example Secure App",
"code_length": 6,
"default_verification_timeout_secs": 300,
"messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
"whitelisted_destinations": [
"US",
"CA"
]
},
"updated_at": "2020-09-14T17:03:32.965812",
"webhook_failover_url": "http://example.com/webhook/failover",
"webhook_url": "http://example.com/webhook",
"whatsapp": {
"app_name": "Example Secure App",
"code_length": 6,
"default_verification_timeout_secs": 300,
"messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
"sender_phone_number": "+13035551234",
"template_id": "authentication_template_id",
"waba_id": "1234567890",
"whitelisted_destinations": [
"US",
"CA"
]
}
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}Changes
Changed in 2 of the 61 revisions of this API.211
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status400response-property-type-changed
- ○
added the optional property
errors/items/meta/urlto the response with the400statusresponse-optional-property-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status400response-property-type-changed
- ●
removed the optional property
errors/items/meta/urlfrom the response with the400statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲