API Documentation

Welcome to our API documentation. Here, you'll find information on how to authenticate with our API, request an API key, and use our available endpoints.

Getting Started

To use our API, you'll need an API key, which you can obtain by contacting our support team at care@ppgs.global. Once you have your API key, you must include it in the header of every API request you make.

Authentication

All API requests require authentication. You need to include your API key in the request header as follows:

X-API-KEY: YourApiKeyHere

Replace YourApiKeyHere with your actual API key.

Rate Limits

Our API enforces rate limits to ensure service reliability. Each API key is allowed 100 requests per hour. If you exceed this limit, you will receive a 429 Too Many Requests response.

Available Endpoints