cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/v2/apps/total \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "total": 123 } }
Retorna o número total de aplicações do usuário.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Total de aplicações
true
Show child attributes