Get Campaigns
User-Specific APIs
Get Campaigns
Retrieve a paginated list of CrowdChange campaigns where the authenticated user is registered, including role, goal, and amount raised per campaign.
GET
Get Campaigns
Query parameters
User’s access token.
Search term.
Page number. Default:
1Number of results to return. Default:
10Key to sort by. Allowed values:
name, amount_raised, amount_goalDirection of sorting. Allowed values:
asc, descAPI’s locale. Allowed values:
en, frResponse
Returns an array of objects with the following fields.Campaign ID.
Campaign name.
Goal amount.
Formatted goal amount of the campaign, includes currency symbol.
Amount raised by the campaign.
Formatted amount raised by the campaign, includes currency symbol.
Campaign goal type.
Number of donors
Number of teams in the campaign.
Number of personal pages in the campaign.
URL to campaign.
Campaign image ID.
Campaign language. Allowed values:
en, frTrue if campaign is hidden, otherwise false.
Campaign closed at
| Status | Description |
|---|---|
400 | Bad Request |
403 | Forbidden |