APIEndpoint referenceAccount
/v2/me
Get the authenticated account
Get the authenticated account
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" }}