Businesses
Additional data for your business
This endpoint lets you access to the additional data of business. You need to have READaccess on this business.
get/business/{business_id}/additional_data
Path parameters
business_idstring required
Business id.
It may be replaced by c-{code} where code is the store code, which should be unique per organization. This can be used only for ORG_ADMIN, GROUP_MANAGER and BUSINESS_MANAGER users.
Response
OK
Example response
{
"additionnal_data_1": "Some data",
"additionnal_data_2": 3.1415
}