Skip to main content
GET
/
me
Get user details
curl --request GET \
  --url https://api.breakcold.com/rest/me \
  --header 'X-API-KEY: <api-key>'
{
  "id": "<string>",
  "email": "<string>",
  "full_name": "<string>",
  "created_at": "<string>",
  "last_seen_at": "<string>",
  "handle": "<string>",
  "avatar_url": "<string>",
  "is_LTD": true
}

Authorizations

X-API-KEY
string
header
required

Response

Successful response

id
string
required
email
string
required
full_name
string | null
required
created_at
string
required
handle
string | null
required
avatar_url
string | null
required
last_seen_at
string | null
is_LTD
boolean
I