Get Current Company
Returns the current company’s name, local currency and country so consumers such as self-checkout can read them from Business Central as the single source of truth instead of re-declaring them elsewhere.
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
name
currencyCode
The company’s local currency (ISO 4217), sourced from the General Ledger Setup. null when no local currency is configured in Business Central.
countryCode
The company’s country/region as an ISO 3166 code, resolved from the Company Information country. null when no country is configured or the configured country has no ISO code.
