Templates

Get available verification templates

Get Verifications Templates

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

Path Parameters

[
  {
    "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