---
title: "Retrieve a business entity verification"
method: GET
path: "/business_entities/{business_entity}/verification"
tags: ["Business Entity Verifications"]
---

# Retrieve a business entity verification

`GET /business_entities/{business_entity}/verification`

## Path parameters

- `business_entity` string, required

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"business_entity_verification"`).
  - `data` BusinessEntityVerification
    - `status` 'approved' | 'failed' | 'incomplete' | 'requested'
    - `link_status` 'complete' | 'in_progress' | 'not_started', nullable — How far the business got through the verification link shared with it. Scoped to that link, not the provider's overall profile, and carrying no verdict (the decision is on `status`). `not_started` (link shared but not completed), `in_progress` (submitted, not yet picked up), or `complete` (submitted and picked up for review, covers in-review and any terminal decision). `null` until a status is available.
    - `link` string, nullable
    - `external_id` string, nullable
    - `business_entity` object
      - `id` string — The unique identifier of the object in Nmbr.
      - `object` string — The type of the object in Nmbr (`"business_entity"`).
    - `created_at` string, dateTime — The date and time the object was created in Nmbr.
    - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/c2532d856ea2/schema)
