Back

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.

###

  1. Base URL

All public endpoints use the main site domain:

text
https://getgmailstore.com/api

###

  1. Make Your First Request
bash
curl -X GET https://getgmailstore.com/api/products

###

  1. Response Format

The current API returns JSON and usually includes a success field:

json
{
  "success": true,
  "products": []
}

###

  1. 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.