Getting Started
Welcome to the current GmailStore public Web API. This page is only the live interface reference. It covers production endpoints only and does not provide API key application, usage statistics, or a developer console.
###
- Base URL
All public endpoints use the main site domain:
text
https://getgmailstore.com/api###
- Make Your First Request
bash
curl -X GET https://getgmailstore.com/api/products###
- Response Format
The current API returns JSON and usually includes a success field:
json
{
"success": true,
"products": []
}###
- Important Note
This page is only the live API reference, not a developer console. When users place orders through the API, balance payments are deducted by order amount; API calls themselves are not billed separately. For automation or dedicated access, contact the administrator first.
