Orders
List Orders
Get a list of orders for the authenticated user
GET
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GoodnessFx/GatePass/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve all orders made by the authenticated user, including order details, payment status, and associated event information.
Authentication
Bearer token for authentication
Query Parameters
Filter orders by payment status:
PENDING, COMPLETED, or FAILEDFilter orders for a specific event
Maximum number of orders to return (1-100)
Number of orders to skip for pagination
Field to sort by:
createdAt, totalAmount, or updatedAtSort order:
asc or descResponse
Array of order objects
Total number of orders matching the query
Whether more orders are available for pagination
Pagination
Use thelimit and offset parameters for pagination:
Order Status Values
- PENDING: Order created, payment not yet completed
- COMPLETED: Payment successful, tickets issued
- FAILED: Payment failed or order cancelled