# Get business by ID Get business info by ID Endpoint: GET /businesses/{id} Version: 2.0.2 Security: projectKey ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) The id of the business, this is unique and will be used to identify the business. - `email` (object,null, required) The email of the business, this is unique and will be used to identify the business. - `accountAddress` (object,null, required) The address of the business, this is the address that will be shown to the public. - `businessLegalName` (object,null, required) The legal name of the business, this is the name that will be used for legal purposes. - `displayName` (object,null, required) The display name of the business, this is the name that will be shown to the public. - `description` (object,null, required) The description of the business, this is the description that will be shown to the public. - `shortDescription` (object,null, required) The short description of the business, this is the description that will be shown to the public. - `websiteUrl` (object,null, required) The website of the business, this is the website that will be shown to the public. - `imageUrl` (object,null, required) The image of the business, this is the image that will be shown to the public. - `streetAddress` (object,null, required) The address of the business, this is the address that will be shown to the public. - `city` (object,null, required) The city of the business, this is the city that will be shown to the public. - `postalCode` (object,null, required) The postal code of the business, this is the postal code that will be shown to the public. - `coordsLatitude` (object,null, required) The latitude of the business, this is the latitude that will be shown to the public. - `coordsLongitude` (object,null, required) The longitude of the business, this is the longitude that will be shown to the public. - `businessType` (object,null, required) The business type of the business, this is the business type that will be shown to the public. - `businessType.id` (number) Business type id - `businessType.name` (string,null, required) Business type name - `businessType.description` (string,null, required) Business type description - `businessType.code` (string,null, required) Business type code - `businessType.iconUrl` (string,null, required) Business type icon url - `isActive` (boolean, required) The status of the business, this is the status that will be shown to the public. - `canMintToken` (boolean, required) The ability to mint token for the business, this is the ability that will be shown to the public. - `canChargeToken` (boolean, required) The ability to charge token for the business, this is the ability that will be shown to the public. - `canManageUsers` (boolean, required) The ability to manage users for the business, this is the ability that will be shown to the public. - `canReceiveDonation` (boolean, required) The ability to receive donation for the business, this is the ability that will be shown to the public. ## Response 404 fields