> For the complete documentation index, see [llms.txt](https://doc.youverify.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youverify.co/know-your-business-services-kyb/retrieve-business-details.md).

# Retrieve Business details

This endpoint allows you to retrieve a company verification.

## Company Details

<mark style="color:blue;">`GET`</mark> `{{basurl}}/v2/api/verifications/ng/company-details/:verificationId`

#### Headers

| Name                                    | Type   | Description      |
| --------------------------------------- | ------ | ---------------- |
| token<mark style="color:red;">\*</mark> | String | API secret token |

{% tabs %}
{% tab title="Found Response" %}

```json
HTTP/1.1 200 OK
{
      "success": true,
      "statusCode": 200,
      "message": "Company details retrieved successfully!",
      "data": {
          "id": "6266b83130b6f4cba3a5a2dc",
          "status": "found",
          "businessId": "61d880f1e8e15aaf24558f1a",
          "parentId": null,
          "isConsent": true,
          "type": "company_lookup",
          "name": "JOHN DOE LTD",
          "registrationNumber": "RC00000000",
          "tin": "00000000-0000",
          "jtbTin": "0000000000",
          "taxOffice": "MSTO ILUPEJU I",
          "email": "johndoe@gmail.co",
          "phone": "08000000000",
          "requestedAt": "2022-04-25T15:03:14.741Z",
          "createdAt": "2022-04-25T15:03:14.910Z",
          "lastModifiedAt": "2022-04-25T15:03:14.910Z",
          "typeOfEntity": "Private Unlimited Company",
          "activity": "Information service activities",
          "registrationDate": "1971-12-18",
          "address": "13B, Fake street, Yaba, LAGOS",
          "state": "LAGOS",
          "lga": "Lagos Mainland",
          "city": "LAGOS",
          "websiteEmail": "johndoe@gmail.coom",
          "keyPersonnel": [
              {
                  "name": "Michael Doe",
                  "designation": "Shareholder"
              },
              {
                  "name": "Sarah Doe",
                  "designation": "Director"
              },
              {
                  "name": "John Doe",
                  "designation": "Director"
              }
          ],
          "branchAddress": "",
          "headOfficeAddress": "13B Fake street, Yaba, Lagos",
          "objectives": "",
          "requestedBy": {
              "firstName": "Famous",
              "lastName": "Ehichioya",
              "middleName": "Prior",
              "id": "61d880f2e8e15aaf24558f9b"
          }
      },
      "links": []
  }
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.youverify.co/know-your-business-services-kyb/retrieve-business-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
