Skip to main content
GET
/
apps
/
total
Total de Aplicações
curl --request GET \
  --url https://dashboard.gratian.pro/api/v2/apps/total \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "total": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Total de aplicações

success
boolean
Example:

true

data
object