cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/v2/users/me \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "userId": "<string>", "username": "<string>", "email": "<string>", "plan": {}, "usage": {}, "limits": {} } }
Retorna informações detalhadas do usuário, plano e uso de recursos.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dados do usuário
true
Show child attributes