Pending orders

List of orders filtered by pending status, the status can be (Pending, Paid, Canceled and Finished)

Request
Security:
BearerAuth
Responses
200
401

invalid credentials

get/api/v2/Orders/Pending
Request samples
curl -i -X GET \
  https://api.h4b.dev/api/v2/Orders/Pending \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "orders": [
    ]
}
Copyright © n1co 2023. All right reserved.