Get available verification templates
Last updated 2 years ago
GET https://{sub-domain}.trustswiftly.com/api/settings/templates/verifications
GET
https://{sub-domain}.trustswiftly.com/api/settings/templates/verifications
[ { "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}'
Authorization
string
API Key
is used for server-to-server communication to fetch sensitive data that you already have access to.