API Response

HTTPS 상태 코드 (HTTPS Status Code)

상태 코드설명 (Description)
200Completed
201Creation complete
202Accepted, not done
400Invalid request
401Not logged in
403Authorisation issue
404Resource not found
405Method not allowed
429Rate Limit Exceeded
500Our server-side problem(Please report an issue)

표준 출력 (Standard Output)

Success

{
	"code": 0x00,
  "error_code": "SUCCESS",
  "message": "",
  "result": [
    {
      "data1": "...",
      "data2": "...",
      "data3": "...",
      "data4": "..."
    },
    {
      "data1": "...",
      "data2": "...",
      "data3": "...",
      "data4": "..."
    }
  ],
  "count": 2
}

Error

{
  "code": "0x1",
  "error_code": "NOT_FOUND",
  "message": "Check request.",
  "result": "error"
}