Truztcube Docs
API ReferenceOrganisation Management

Get applications statistics (Admin only)

Retrieve all applications statistics. Admin access required.

GET/v1/organisation-management/applications-stats
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/organisation-management/applications-stats"
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": {}}