| Status Code | Description |
|---|---|
| 400 | Bad Request - Invalid input data |
| 401 | Unauthorized - Invalid token |
| 404 | Not Found - User not found |
| 429 | Too Many Requests - Rate limit exceeded |
| Code | Description |
|---|---|
| 10001 | Unknown invite link |
| 10002 | Server access by application |
{
"status": false,
"error": {
"message": "Unknown invite link",
"code": 10001
}
}