v1
latestOpenAPI 3.0.32026-07-13149852.3 MBcustomer
Customer - Get Customer
Retrieve a single customer by ID with full details including notes and activity log.
get/customer/get_customer
Query parameters
idstring required
Customer ID
Example:507f1f77bcf86cd799439011
Response
Customer found
Example response
{
"customer": {
"_id": "507f1f77bcf86cd799439011",
"notes": [
{
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
],
"tags": [
"507f1f77bcf86cd799439011",
"507f1f77bcf86cd799439012"
],
"log": [
{
"user_id": "507f1f77bcf86cd799439011",
"time": "2025-01-15T12:00:00.000Z"
}
],
"store_id": "507f1f77bcf86cd799439011"
}
}