Skip to main content
GET
https://api.dojah.io
/
api
/
v1
/
kyc
/
tin
Lookup TIN
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/tin \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "search": "21148119-0001",
    "taxpayer_name": "SOLUTIONS NIGERIA LIMITED LAGOS",
    "cac_reg_number": "1435631",
    "firstin": "21148119-0031",
    "jittin": "N/A",
    "tax_office": "MSTO IKOYI",
    "phone_number": "07852417676",
    "email": "tola@hotmail.com"
  }
}

What is TIN ?

TIN means Tax Identification Number. It is an identification number used for tax purposes
AppId
string
required
Application ID from dashboard

Query parameter

tin
string
required
Tax Identification Number

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": {
    "search": "21148119-0001",
    "taxpayer_name": "SOLUTIONS NIGERIA LIMITED LAGOS",
    "cac_reg_number": "1435631",
    "firstin": "21148119-0031",
    "jittin": "N/A",
    "tax_office": "MSTO IKOYI",
    "phone_number": "07852417676",
    "email": "tola@hotmail.com"
  }
}