get
https://apiv4.ordering.co////orders
This API endpoint is used to obtain all orders.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sockets functionality to identify new ordersTo avoid using this request repeatedly, such as to identify if there is a new order, the use of our sockets functionality is required, more information on socket with the
order_registerevent, your api will be blocked automatically by our firewall if there are many requests to the getting orders api endpoint, that is the reason we built our web sockets functionality.If you have any questions about our web sockets functionality, please contact us, we are always very happy to help developers create amazing things.
Using Ordering SDK
const response = await ordering.orders().get();
