Skip to main content
GET
/
Projects
/
{YourAPIKEY}
Get Projects
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.payingame.io/llms.txt

Use this file to discover all available pages before exploring further.

Will give back all the projects that are available.

Path Parameters

YourAPIKEY
string
required

Will be your Test or Production API Key

Response

200 - application/json

List of active Projects

isError
string
required
Example:

"will be 0 or 1"

Projects
object[]
required

Will not be available in case of an error

Error
string
required
Example:

"Empty if no error, otherwise Error string"