List charities
GET /developer/charities
Returns a paginated list of all verified charities with full metadata and wallet addresses.
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Results per page, max 200 |
cursor | string | - | Cursor from previous pageKey for next page |
Get a charity by ID
GET /developer/charities/{charityId}
Returns a single charity by its ID with full metadata and wallets.
| Parameter | Description |
|---|---|
charityId | The charity’s ID |
| Status | Code | Description |
|---|---|---|
404 | NOT_FOUND | No charity found with the given ID |