List charities
GET /charities
Returns a paginated list of verified charities with full metadata.
Response
socials object and are string | null.
Search charities
GET /charities/search
Search charities by name or slug. Only enabled charities are returned. Paginated.
Response (200) - same paginated charity shape as the list endpoint.
Errors
Get a charity by ID
GET /charities/{charityId}
Returns a single enabled charity by its ID with full metadata. Disabled charities return 404.
Response (200) - a single charity object in the same shape as items in the list endpoint.
Error responses