Skip to main content
GET
/
tax_properties
/
{tax_property}
Retrieve a tax property
curl --request GET \
  --url https://sandbox.nmbr.co/services/payroll/tax_properties/{tax_property} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<id>",
  "object": "tax_property",
  "data": {
    "type": "ca::province_of_employment",
    "value": "ca_on",
    "effective_from": "2026-01-01",
    "effective_to": null,
    "earliest_valid_effective_to": "2026-01-01",
    "is_editable": true,
    "is_deletable": true,
    "label": "Province of Employment",
    "format": "string",
    "options": {
      "ca_ab": "Alberta",
      "ca_bc": "British Columbia",
      "ca_mb": "Manitoba",
      "ca_nb": "New Brunswick",
      "ca_nl": "Newfoundland and Labrador",
      "ca_ns": "Nova Scotia",
      "ca_nt": "Northwest Territories",
      "ca_nu": "Nunavut",
      "ca_on": "Ontario",
      "ca_pe": "Prince Edward Island",
      "ca_qc": "Quebec",
      "ca_sk": "Saskatchewan",
      "ca_yt": "Yukon",
      "ca_oc": "Outside Canada"
    },
    "allow_concurrent": false,
    "feature": "onboarding",
    "owner": {
      "id": "<id>",
      "object": "business_entity",
      "links": {
        "self": "/business_entities/<id>"
      }
    },
    "note": null,
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-01T00:00:00.000000Z"
  },
  "links": {
    "self": "/tax_properties/<id>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tax_property
string
required

Query Parameters

expand
enum<string>[]
Available options:
owner

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

data
Default · object