For the complete documentation index, see llms.txt. This page is also available as Markdown.

Manage customer

Purchased customer list

get

Purchased customer list

Query parameters
offsetintegerOptional
limitintegerOptional
countintegerOptional
customerNamestringOptional
emailstringOptional
mobileNumberstringOptional
Header parameters
AuthorizationstringRequired
Responses
200

success response

*/*
statusintegerOptional
messagestringOptionalDefault: Successfully got count " or " Successfully got Customer list.
get/vendor-order/purchased-customer-list
GET /vendor-order/purchased-customer-list HTTP/1.1
Authorization: text
Accept: */*
{
  "status": 1,
  "message": "Successfully got count \" or \" Successfully got Customer list."
}

Last updated