Get Document Type

The Get Document Type API retrieves a list of available document types used within the application.

API Method

GET

Endpoint

https://cebuana-apiuat.veryfyglobal.com/enums/documentType

Headers

Key
Value

Accept

application/json

Authorization

Bearer <YOUR_TOKEN>

Response Sample

{
    "message": "Ok",
    "data": [
        {
            "value": 0,
            "key": "DriverLicense",
            "description": "Driver License"
        },
        {
            "value": 1,
            "key": "NationalId",
            "description": "National ID"
        },
        {
            "value": 2,
            "key": "Passport",
            "description": "Passport"
        },
        {
            "value": 3,
            "key": "PhilId",
            "description": "Phil ID"
        },
        {
            "value": 4,
            "key": "EPhilId",
            "description": "ePhil ID"
        },
        {
            "value": 5,
            "key": "UMID",
            "description": "UMID"
        },
        {
            "value": 6,
            "key": "SSSID",
            "description": "SSS ID"
        },
        {
            "value": 7,
            "key": "TINID",
            "description": "TIN ID"
        },
        {
            "value": 8,
            "key": "PhilHealth",
            "description": "Phil Health (PHIC)"
        },
        {
            "value": 9,
            "key": "Postal",
            "description": "Postal"
        },
        {
            "value": 10,
            "key": "PRC",
            "description": "PRC"
        },
        {
            "value": 11,
            "key": "VoterId",
            "description": "Voter's ID"
        },
        {
            "value": 13,
            "key": "PoliceClearance",
            "description": "Police Clearance"
        },
        {
            "value": 14,
            "key": "BarangayCert",
            "description": "Barangay Certification"
        },
        {
            "value": 15,
            "key": "GsisEcard",
            "description": "GSIS e-Card"
        },
        {
            "value": 16,
            "key": "SeniorCitizenCard",
            "description": "Senior Citizen Card"
        },
        {
            "value": 17,
            "key": "OwwaId",
            "description": "OWWA ID"
        },
        {
            "value": 18,
            "key": "OfwId",
            "description": "OFW ID"
        },
        {
            "value": 19,
            "key": "SeamanBook",
            "description": "Seaman's Book"
        },
        {
            "value": 20,
            "key": "ImmigrantRegCert",
            "description": "Immigrant Certificate of Registration"
        },
        {
            "value": 21,
            "key": "Ncwdp",
            "description": "NCWDP"
        },
        {
            "value": 22,
            "key": "DswdCert",
            "description": "DSWD Certification"
        },
        {
            "value": 23,
            "key": "CompanyId",
            "description": "Company ID"
        },
        {
            "value": 24,
            "key": "IntegratedBarPhilippinesId",
            "description": "Integrated Bar of the Philippines ID"
        }
    ]
}

Last updated