For AI agents: visit https://iwinv-common.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| 상태 코드 | 설명 (Description) |
|---|
| 200 | Completed |
| 201 | Creation complete |
| 202 | Accepted, not done |
| 400 | Invalid request |
| 401 | Not logged in |
| 403 | Authorisation issue |
| 404 | Resource not found |
| 405 | Method not allowed |
| 429 | Rate Limit Exceeded |
| 500 | Our server-side problem(Please report an issue) |
{
"code": 0x00,
"error_code": "SUCCESS",
"message": "",
"result": [
{
"data1": "...",
"data2": "...",
"data3": "...",
"data4": "..."
},
{
"data1": "...",
"data2": "...",
"data3": "...",
"data4": "..."
}
],
"count": 2
}
{
"code": "0x1",
"error_code": "NOT_FOUND",
"message": "Check request.",
"result": "error"
}