Skip to main content
GET
/
companies
/
{company}
Retrieve a company
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/companies/{company} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "company",
  "data": {
    "name": "Cutting-Edge Telecom Solutions",
    "pay_day_movement_setting": "inherit",
    "external_ref": null,
    "preferred_locale": null,
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-01T00:00:00.000000Z"
  },
  "links": {
    "self": "/companies/<id>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company
string
required

Query Parameters

expand
enum<string>[]
Available options:
business_entities,
contractors,
employees,
partner

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 ("company").

data
Default · object