Get Single
GET/api/customer/56
API Endpoint: Get Customer Details
URL: https://app.udyogx.in/api/customer/56
Method: GET
Purpose
This endpoint retrieves the details of a specific customer identified by their unique ID. In this case, the customer ID is 56
. This is useful for obtaining customer-related information such as name, contact details, and any other relevant data stored in the system.
Request Format
- Method: GET
- Request Body: No request body is required for this endpoint.
Expected Response Format
The response will be in JSON format and will include details about the customer. The response typically contains the following fields:
id
: The unique identifier for the customer.name
: The name of the customer.email
: The email address of the customer.phone
: The contact number of the customer.- Additional customer-related information as applicable.
Make sure to handle the response appropriately to extract the customer details as needed.
Responses
- 200