Transcript LOL API
GET
/me

Get user

Get your account info. Useful to check if you are authenticated correctly.

/me

The Authorization access token

Authorization

x-api-key<token>

In: header

curl -X GET "https://transcript.lol/api/v1/me" \
  -H "Authorization: <token>"

User info

{
  "subscriptionInfo": {
    "plan": "string",
    "status": "string",
    "lastTopupDate": "string"
  },
  "id": "string",
  "createdAt": "string",
  "updatedAt": "string",
  "email": "string",
  "signInProvider": "string",
  "name": "string",
  "avatarUrl": "string"
}