Templates

Get available verification templates

Get Verifications Templates

GET https://{sub-domain}.trustswiftly.com/api/settings/templates/verifications

Path Parameters

NameTypeDescription

Authorization

string

API Key

is used for server-to-server communication to fetch sensitive data that you already have access to.

[
  {
    "id": 1,
    "name": "tmpl_MQ",
    "types": [
      "Email"
    ]
  },
  {
    "id": 2,
    "name": "tmpl_Mg",
    "types": [
      "Phone \/ SMS",
      "Document \/ ID"
    ]
  },
  {
    "id": 3,
    "name": "tmpl_Mw",
    "types": [
      "Phone \/ SMS",
      "Document \/ ID"
    ]
  }
]
curl --location --request GET 'https://{sub-domain}.trustswiftly.com/api/settings/templates/verifications' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {api_key}'

Last updated