API Reference
Complete REST API documentation and reference
Last updated
Was this helpful?
Was this helpful?
Authorization: Bearer YOUR_API_KEYcurl -X GET "https://api.gamelauncher.cloud/api/apps" \
-H "Authorization: Bearer glc_1234567890abcdef" \
-H "Content-Type: application/json"{
"statusCode": 100,
"isSuccess": true,
"errorMessages": [
"string"
],
"result": "string"
}