Version: 202201
Customer Count
GET/openapi/2022-01/customers/count
Retrieve the total number of customers.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
countinteger
Default value:
0Example:
3{
"count": 3
}
{
"count": 3
}