Skip to main content
GET
/
integrations
/
{integration}
Retrieve an integration
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/integrations/{integration} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "integration",
  "data": {
    "label": "Xero",
    "is_enabled": false,
    "type": "accounting"
  },
  "links": {
    "self": "/integrations/xero"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

integration
string
required

Query Parameters

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

data
Integration · object