Skip to main content
GET
/
developer
/
charities
Error
A valid request URL is required to generate request examples
{
  "pageKey": "<string>",
  "response": [
    {
      "id": "<string>",
      "configId": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "logo": "<string>",
      "website": "<string>",
      "address": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "zipCode": "<string>",
      "taxId": "<string>",
      "isEnabled": true,
      "isVerified": true
    }
  ]
}

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

Page size (default 50, max 200)

Required range: 1 <= x <= 200
cursor
string

Cursor for next page (from previous pageKey)

includeTotal
enum<string>

Include total count when true

Available options:
true,
false

Response

200 - application/json

Paginated list of charities.

pageKey
string | null
required
response
object[]
required