Skip to main content
GET
/
config
/
{name}
cURL
curl --request GET \
  --url https://api.example.com/config/{name}
{
  "id": "<string>",
  "name": "<string>",
  "ownerId": "<string>",
  "url": "<string>",
  "value": {},
  "actions": [
    {
      "id": "<string>",
      "name": "<string>",
      "price": {
        "minor": 123,
        "major": 123,
        "currency": "<string>"
      },
      "category": "<string>",
      "game": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

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

Path Parameters

name
string
required

Query Parameters

ownerId
string
required
url
string
required

Response

200 - application/json

get 200 response

id
string
required
name
string
required
ownerId
string
required
url
string
required
value
object
required
actions
object[]
required