Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://dev.api.mufi.app/v1/users/count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Get the number of active users.
A JWT Access Token obtained from Google Cloud.
The number of active users.