Skip to main content
GET
/
v2
/
orders
/
status
Get order status summary (JWT required)
curl --request GET \
  --url https://api.io.droplinked.com/v2/orders/status \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Response

Success