API Reference
Complete REST API documentation and reference
Integrate Game Launcher Cloud into your workflows with our RESTful API.
Looking for the End-points?
Overview
The Game Launcher Cloud API provides programmatic access to all platform features.
Base URL:
https://api.gamelauncher.cloud/apiAuthentication
API Keys
Generate an API key from your dashboard:
Dashboard → User → API Keys → Create API Key
Authorization: Bearer YOUR_API_KEYExample Request:
curl -X GET "https://api.gamelauncher.cloud/api/apps" \
-H "Authorization: Bearer glc_1234567890abcdef" \
-H "Content-Type: application/json"Keep it Secret: Never expose API keys in client-side code or public repositories!
Response Format
Standard Response
All API responses follow this format:
{
"statusCode": 100,
"isSuccess": true,
"errorMessages": [
"string"
],
"result": "string"
}Error Response
Need API Support? Contact our developer team at [email protected]
Last updated
Was this helpful?