Skip to main content
GET
/
v1
/
dashboard
/
company-details?companyId=
{companyId}
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 }
    }
  ]
}

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.

Returns the canonical company record including profile, contact, tax, shares, and documents. The same record powers the company page in the dashboard.

Query

companyId
string
required
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 }
    }
  ]
}