POST
/auth/login
curl \
--request POST 'https://call.xap3y.space/v1/auth/login' \
--header "Content-Type: application/json" \
--data '{"email":"hello@example.com","password":"string"}'
Request examples
{
"email": "hello@example.com",
"password": "string"
}
Response examples (200)
{
"error": true,
"timestamp": "2026-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": "2026-05-04T09:42:00Z"
},
"createdAt": "2026-05-04T09:42:00Z"
}
}
Response examples (403)
{
"error": true,
"timestamp": "2026-05-04T09:42:00Z",
"uniqueId": "string"
}