Verify

List all Verify profiles

Gets a paginated list of Verify profiles.

get/verify_profiles

Query parameters

namestring

Optional filter for profile names.

Consolidated filter parameter (deepObject style). Originally: filter[name]

sizeinteger
numberinteger

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

Response

Expected Verify profile response to a valid request.

Example response

{
  "data": [
    {
      "id": "12ade33a-21c0-473b-b055-b3c836e1c292",
      "name": "Test Profile",
      "webhook_url": "http://example.com/webhook",
      "webhook_failover_url": "http://example.com/webhook/failover",
      "daily_spend_limit_enabled": true,
      "daily_spend_limit": 100,
      "record_type": "verification_profile",
      "created_at": "2020-09-14T17:03:32.965812",
      "updated_at": "2020-09-14T17:03:32.965812",
      "language": "en-US",
      "sms": {
        "messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
        "app_name": "Example Secure App",
        "code_length": 6,
        "whitelisted_destinations": [
          "US",
          "CA"
        ],
        "default_verification_timeout_secs": 300
      },
      "call": {
        "messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
        "app_name": "Example Secure App",
        "code_length": 6,
        "whitelisted_destinations": [
          "US",
          "CA"
        ],
        "default_verification_timeout_secs": 300
      },
      "flashcall": {
        "app_name": "Example Secure App",
        "default_verification_timeout_secs": 300
      },
      "whatsapp": {
        "messaging_template_id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
        "app_name": "Example Secure App",
        "code_length": 6,
        "whitelisted_destinations": [
          "US",
          "CA"
        ],
        "default_verification_timeout_secs": 300,
        "waba_id": "1234567890",
        "sender_phone_number": "+13035551234",
        "template_id": "authentication_template_id"
      }
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 55,
    "page_number": 2,
    "page_size": 25
  }
}

Changes

Changed in 3 of the 99 revisions of this API.321

  • a6a61a29ecdd11See the full diff
    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ●

      removed the optional property /// from the response with the status

      response-optional-property-removed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 1571b0380bd711See the full diff
    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      response-property-type-changed

    • ○

      added the optional property /// to the response with the status

      response-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 // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

    • ●

      removed the optional property /// from the response with the status

      response-optional-property-removed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.