POST
/
orders
/
{orderId}
/
txHash
curl --request POST \
  --url https://api-sandbox.koywe.com/rest/orders/{orderId}/txHash \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "txHash": "<string>"
}'
{
  "orderId": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderId
string
required

Order's identifier.

Body

application/json
txHash
string

Response

200
application/json
successful operation
orderId
string
message
string