curl --request GET \
--url https://api.zenskar.com/business_entities/{business_entity_id}/config/{country_code} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country_code": "<string>",
"currency_code": "<string>",
"is_enabled": true,
"tax_calculation_method": "<string>"
}
]Get all configs for a specific country for a business entity.
curl --request GET \
--url https://api.zenskar.com/business_entities/{business_entity_id}/config/{country_code} \
--header 'organisation: <api-key>' \
--header 'x-api-key: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"business_entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"country_code": "<string>",
"currency_code": "<string>",
"is_enabled": true,
"tax_calculation_method": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Config row ID
Organisation ID
Business entity ID
ISO country code
ISO currency code
Whether tax is enabled
Calculator: NATIVE, AVALARA, or ANROK