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
string
required
User’s access token.
string
Search term.
integer
Page number. Default:
1integer
Number of results to return. Default:
10string
Key to sort by. Allowed values:
name, amount_raised, amount_goalstring
Direction of sorting. Allowed values:
asc, descstring
API’s locale. Allowed values:
en, frResponse
Returns an array of objects with the following fields.integer
Campaign ID.
string
Campaign name.
number
Goal amount.
string
Formatted goal amount of the campaign, includes currency symbol.
number
Amount raised by the campaign.
string
Formatted amount raised by the campaign, includes currency symbol.
string
Campaign goal type.
number
Number of donors
integer
Number of teams in the campaign.
integer
Number of personal pages in the campaign.
string
URL to campaign.
string
Campaign image ID.
string
Campaign language. Allowed values:
en, frTrue if campaign is hidden, otherwise false.
string
Campaign closed at
object
object
object