cURL
curl --request GET \ --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Projects/{YourAPIKEY}
{ "isError": "will be 0 or 1", "Projects": [ { "Guid": "XXXX-XXXXX-XXXXXX", "Name": "My Game" } ], "Error": "Empty if no error, otherwise Error string" }
Will be your Test or Production API Key
List of active Projects
"will be 0 or 1"
Will not be available in case of an error
Show child attributes
"Empty if no error, otherwise Error string"