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>",
"handle": "<string>",
"avatar_url": "<string>",
"last_seen_at": "<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>",
"handle": "<string>",
"avatar_url": "<string>",
"last_seen_at": "<string>",
"is_LTD": true
}Documentation Index
Fetch the complete documentation index at: https://developer.breakcold.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?