v1
latestOpenAPI 3.1.02026-07-24398280.9 KBOrganization management
Retrieve a business entity by its ID
Use this endpoint to get a specific business entity by its ID.
get/v1/organization/business_entities/{id}
Path parameters
idstring uuid required
The unique identifier for the business entity
Response
Business entity retrieved successfully
Example response
{
"name": "Manufacturing plant",
"description": "The building where things are manufactured"
}