---
title: "Get Business Registration Numbers by Country w/JOI"
method: GET
path: "/v3/business/businessregistrationnumbers/{CountryCode}/{jurisdictionCode}"
tags: ["Configuration"]
---

# Get Business Registration Numbers by Country w/JOI

`GET /v3/business/businessregistrationnumbers/{CountryCode}/{jurisdictionCode}`

This method provides a list of Business Identifiers for a country and a supplied jurisdiction

## Path parameters

- `CountryCode` string, required
- `jurisdictionCode` string, required

## Response `200`

Success

- BusinessRegistrationNumber[]
  - `Name` string, nullable — The name of the business registration number
  - `Description` string, nullable — Brief description of the business registration number
  - `Country` string, nullable — Country to which the business registration number applies
  - `Jurisdiction` string, nullable — Optional jurisdiction to which the business registration number applies
  - `Supported` boolean — Whether the business registration number is supported by Trulioo's systems
  - `Type` string, nullable — The specified type of this business registration number
  - `Masks` BusinessRegistrationNumberMask[], nullable — The mask(s) describing this business registration number
    - `Mask` string, nullable — The mask used to validate the format of the business registration number

## Other responses

- `400` — Your request could not be processed, there should be more details in the response.
- `401` — The user name and password you provided is not valid or you are using an account not configured to be an API user.
- `408` — The request took longer to process than we waited.
- `415` — You asked for a media type that we do not support. You should request application/json in the Content-Type header.
- `500` — An error happened on the server without a specific message.

---

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