curl --request GET \ --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Projects/{YourAPIKEY}
Copy
{ "isError": "will be 0 or 1", "Projects": [ { "Guid": "XXXX-XXXXX-XXXXXX", "Name": "My Game" } ], "Error": "Empty if no error, otherwise Error string"}
Endpoints available
Projects
GET
/
Projects
/
{YourAPIKEY}
Get Projects
Copy
curl --request GET \ --url https://intern.payingame.io/rest/PayIngame/PublicAPI/Projects/{YourAPIKEY}
Copy
{ "isError": "will be 0 or 1", "Projects": [ { "Guid": "XXXX-XXXXX-XXXXXX", "Name": "My Game" } ], "Error": "Empty if no error, otherwise Error string"}