Get Document Types By Region

Fetch List of document verification requests made

Request

curl --location GET 'https://api.insights-periculum.io/verify/documenttypes/{regionKey}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
 

Response


[
    {
        "name": "HEALTH_CARD",
        "description": "Health Insurance Card & Health Card"
    },
    {
        "name": "DRIVERS_LICENSE",
        "description": "Driving License"
    },
    {
        "name": "IDENTITY_CARD",
        "description": "Maisha Namba, National IDs, Consular IDs & Diplomat IDs"
    },
    {
        "name": "PASSPORT",
        "description": "Passports"
    },
    {
        "name": "REGISTRATION_CERTIFICATE",
        "description": "Registration certificate"
    },
    {
        "name": "RESIDENT_ID",
        "description": "Residency permits & Residency cards"
    },
    {
        "name": "SEAMANS_ID",
        "description": "Seaman Id & Seaman Book"
    },
    {
        "name": "SOCIAL_ID",
        "description": "Social Identity Card & Social Security Card"
    },
    {
        "name": "TRAVEL_DOC",
        "description": "Border crossing documents, Refugee document & Visas"
    },
    {
        "name": "VOTER_ID",
        "description": "Voters Identity Card"
    }
]