Version: 202506
Get customer count
GET/openapi/2025-06/customers/count
Retrieve the total number of customers.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of customers
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}