Truztcube Docs

Get available verification types

GET/v1/lists/verification-types

Response Body

application/json

curl -X GET "https://example.com/v1/lists/verification-types"
{  "message": "Verification types retrieved successfully",  "data": [    {      "id": "NIN",      "label": "NIN",      "description": "National Identity Verification"    }  ]}