Get Orders

This API endpoint is used to obtain all orders.

🚧

Sockets functionality to identify new orders

To 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_register event, 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();
Language
Authorization
Header
Click Try It! to start a request and see the response here!