cURL
curl --request GET \ --url http://localhost:3001/v1/cost-center/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "code": "<string>", "name": "<string>", "type": "<string>" }
Retrieve the details of a specific cost center.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cost Center ID
The response is of type object.
object