StatsHub Docs
APIEndpoint referenceAccount

/v2/me

Get the authenticated account

GET
/api/v2/me

Get the authenticated account

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/me"
{  "data": {    "email": "string",    "id": "string",    "role": "string"  }}