Get Customer Details#
This API will provide details of the customer#
Request Body Parameters:Name | Type | Description |
---|
api_key | string | Your API-key |
vendor_id | number | Customer id of which you want to see the details |
Request
Body Params application/json
{
"api_key" : {{apikey}} ,
"vendor_id" : 452
}
Request Code Samples
curl --location --request POST 'https://api.yelo.red/open/customer/getDetails' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{apikey}} ,
"vendor_id" : 452
}'
Responses
application/json Modified at 2024-04-17 07:11:33