Skip to main content
GET
/
business_entities
/
{business_entity}
/
verification
Retrieve a business entity verification
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/business_entities/{business_entity}/verification \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "business_entity_verification",
  "data": {
    "status": "approved",
    "link": "https://nmbr.co/kyb?token=<token>",
    "external_id": "<id>",
    "business_entity": {
      "id": "<id>",
      "object": "business_entity",
      "links": {
        "self": "/business_entities/<id>"
      }
    },
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-01T00:00:00.000000Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

business_entity
string
required

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("business_entity_verification").

data
Business Entity Verification · object