Skip to main content
GET
/
developer
/
configs
Error
A valid request URL is required to generate request examples
{
  "pageKey": "<string>",
  "response": [
    {
      "id": "<string>",
      "users": [
        {
          "id": "<string>",
          "weight": "<string>"
        }
      ],
      "charities": [
        {
          "id": "<string>",
          "slug": "<string>",
          "name": "<string>",
          "logo": "<string>",
          "website": "<string>",
          "weight": "<string>"
        }
      ]
    }
  ]
}

Authorizations

donate-api-key
string
header
required

Developer API key. Required for all requests. Obtain from the Donate dashboard.

Headers

donate-api-key
string
required

Developer API key

Minimum string length: 1

Query Parameters

limit
integer
Required range: 1 <= x <= 200
cursor
string
includeTotal
enum<string>
Available options:
true,
false

Response

200 - application/json

Paginated list of configs with user and charity beneficiaries.

pageKey
string | null
required
response
object[]
required