GET
/auth/me
curl \
--request GET 'https://call.xap3y.space/v1/auth/me' \
--cookie "session_token=$API_KEY"
Response examples (200)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string",
"message": {
"id": 42,
"username": "string",
"email": "hello@example.com",
"role": "OWNER",
"apiKey": {
"id": 42,
"keyCode": "string",
"maxUploadSize": -1
},
"avatar": "string",
"invitedBy": {
"uid": 42,
"username": "string",
"role": "OWNER",
"avatar": "string",
"createdAt": "2025-05-04T09:42:00Z"
},
"createdAt": "2025-05-04T09:42:00Z"
}
}
Response examples (401)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}