getTopupsProducts
Last Updated 11th May, 2025
The getTopupsProducts
query returns a list of all available top-up products. It requires API key authentication and responds with basic product information (name, productId, price).
๐ 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 in headers
Missing apikey
in headers
Invalid API key
The key provided does not match a user
๐งช Code Examples
Python
JavaScript
Last updated