curl "https://api.vouchmark.com/v1/dashboard/company-details?companyId=cmp_aBcD..." \
-H "Authorization: Bearer $TOKEN"
{
"user_companies": [
{
"id": "cmp_aBcD...",
"companyName": "TEKCIFY TECHNOLOGIES LTD",
"rcNumber": "8511136",
"classification": {
"id": 2,
"label": "Private Company Limited by Shares"
},
"profile": {
"natureOfBusiness": "Software",
"registrationDate": "2024-09-18",
"registrationApproved": true,
"logoUrl": "https://cdn.vouchmark.com/..."
},
"contact": {
"email": "hello@tekcify.com",
"address": "14 Marina Road",
"city": "Lagos",
"state": "Lagos"
},
"tax": {
"firsTin": "2522576963525",
"jtbtin": null,
"firsttin_pending": false
},
"shares": {
"shareCapital": 10000,
"dividedInto": "10000",
"shareHolderDetails": []
},
"vouchmark_tools": { "vouch_mark": 90 }
}
]
}
Read the full record for a single company.
curl "https://api.vouchmark.com/v1/dashboard/company-details?companyId=cmp_aBcD..." \
-H "Authorization: Bearer $TOKEN"
{
"user_companies": [
{
"id": "cmp_aBcD...",
"companyName": "TEKCIFY TECHNOLOGIES LTD",
"rcNumber": "8511136",
"classification": {
"id": 2,
"label": "Private Company Limited by Shares"
},
"profile": {
"natureOfBusiness": "Software",
"registrationDate": "2024-09-18",
"registrationApproved": true,
"logoUrl": "https://cdn.vouchmark.com/..."
},
"contact": {
"email": "hello@tekcify.com",
"address": "14 Marina Road",
"city": "Lagos",
"state": "Lagos"
},
"tax": {
"firsTin": "2522576963525",
"jtbtin": null,
"firsttin_pending": false
},
"shares": {
"shareCapital": 10000,
"dividedInto": "10000",
"shareHolderDetails": []
},
"vouchmark_tools": { "vouch_mark": 90 }
}
]
}
Returns the canonical company record including profile, contact, tax, shares, and documents. The same record powers the company page in the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.vouchmark.com/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.vouchmark.com/v1/dashboard/company-details?companyId=cmp_aBcD..." \
-H "Authorization: Bearer $TOKEN"
{
"user_companies": [
{
"id": "cmp_aBcD...",
"companyName": "TEKCIFY TECHNOLOGIES LTD",
"rcNumber": "8511136",
"classification": {
"id": 2,
"label": "Private Company Limited by Shares"
},
"profile": {
"natureOfBusiness": "Software",
"registrationDate": "2024-09-18",
"registrationApproved": true,
"logoUrl": "https://cdn.vouchmark.com/..."
},
"contact": {
"email": "hello@tekcify.com",
"address": "14 Marina Road",
"city": "Lagos",
"state": "Lagos"
},
"tax": {
"firsTin": "2522576963525",
"jtbtin": null,
"firsttin_pending": false
},
"shares": {
"shareCapital": 10000,
"dividedInto": "10000",
"shareHolderDetails": []
},
"vouchmark_tools": { "vouch_mark": 90 }
}
]
}