Skip to main content
GET
/
statistics
/
user
/
count
Get total number of users
curl --request GET \
  --url http://localhost:3000/api/openapi/statistics/user/count \
  --header 'x-api-key: <api-key>'
123

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Response

200 - application/json

OK

The response is of type number.