# Get a Customer Retrieves details (attributes) of the specified customer. Endpoint: POST /fetch/C/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) The ID of the Customer you want to retrieve details for. The id is the typedId without the C suffix. For example, the id parameter of the item with typedId = 2147492200.C is 2147492200. ## Response 200 fields (application/json): - `response` (object)