Verify

Retrieve Verify profile message templates

List all Verify profile message templates.

get/verify_profiles/templates

Response

Expected Verify profile message template response to a valid request.

Example response

{
  "data": [
    {
      "id": "0abb5b4f-459f-445a-bfcd-488998b7572d",
      "text": "Your {{app_name}} verification code is: {{code}}."
    }
  ]
}

Changes

Changed in 2 of the 61 revisions of this API.422

  • 1571b0380bd722See the full diff
    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 400

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 500

      response-property-type-changed

    • added the optional property errors/items/meta/url to the response with the 400 status

      response-optional-property-added

    • added the optional property errors/items/meta/url to the response with the 500 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 errors/items/code response's property type/format changed from string/ to integer/int32 for status 400

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 500

      response-property-type-changed

    • removed the optional property errors/items/meta/url from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errors/items/meta/url from the response with the 500 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