get
https://api.loopsubscriptions.com/admin/2026-04/orders
This endpoint allows you to retrieves a list of subscription orders for all the subscriptions.
Token scope - Read orders
Rate limit - 2 requests per 3 seconds
Response ordering and filtering
The response is ordered based on the filter applied:
- No query parameter: Results are ordered by
updatedAtDESC,idDESC. - Filter based on
updatedAt: Results are ordered by updatedAt DESC, id DESC. - Filter based on
shopifyCreatedAt: Results are ordered byshopify_created_atDESC,idDESC. - Filter based on
billingDate: Results are ordered bybilling_dateDESC,idDESC.
The id DESC ordering is used as a secondary sort to ensure consistent ordering when multiple orders have the same date value.
