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
}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
}Was this page helpful?