Task

provide details of the task.

get
Body
taskIdstringRequired

ID of Task

Example: 0x6d335fe57648a92b6024be84fd4f265fb497366a916f5a28a5f2a04e523d9c7b
Responses
200Success
application/json
get
GET /v1/shop/task HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 79

{
  "taskId": "0x6d335fe57648a92b6024be84fd4f265fb497366a916f5a28a5f2a04e523d9c7b"
}
200Success
{
  "code": 0,
  "data": {
    "taskId": "0x6d335fe57648a92b6024be84fd4f265fb497366a916f5a28a5f2a04e523d9c7b",
    "type": "shop_update",
    "shopId": "0x0001be96d74202df38fd21462ffcef10dfe0fcbd7caa3947689a3903e8b6b874",
    "name": "Coffee Nine",
    "currency": "krw",
    "status": 1,
    "terminalId": "KIOSK0001",
    "taskStatus": 0,
    "account": "0xafFe745418Ad24c272175e5B58610A8a35e2EcDa",
    "timestamp": 1722948039
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}