getUserOrders
Last Updated 11th May, 2025
The getUserOrders
query returns a list of all orders placed by an authenticated user, sorted from newest to oldest.
๐ Endpoint
URL: https://api.vscgames.com/graphql
Method: POST
Content-Type: application/json
๐ Query Structure
๐ฅ Headers
Header
Required
Description
apikey
โ Yes
API key of the user
โ
Successful Response
๐ซ Error Responses
Message
Reason
API key required
apikey
header is missing
Invalid API key
API key does not match any user
๐งช Code Examples
Python
JavaScript
Last updated