For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Country By ID

Get Country By ID

GET https://vapi.verifyme.ng/v1/countries/:id

Get country by Country ID

Path Parameters

Name
Type
Description

id

string

Country ID

{
    "status": "success",
    "data": {
        "id": "1",
        "code": "NG",
        "name": "Nigeria"
    }
}

Last updated