# Retrieve cost centre by id Fetch a specific cost centre by its unique identifier. The response includes details such as the name, code, and export name of the cost centre. This endpoint is useful for retrieving detailed information about a specific cost centre. Endpoint: GET /api/v3/costCentres/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the cost centre - `code` (string) Code of the cost centre - `name` (string) Name of the cost centre - `exportName` (string) Export name of the cost centre