User-Specific APIs
Get Teams
Retrieve a paginated list of CrowdChange fundraising teams the authenticated user belongs to, including role, campaign, goal, and raised totals.
GET
Get Teams
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
integer
Team ID.
string
Team name.
string
Team type.
string | null
URL to the team’s page.
number
Goal amount.
string
Formatted goal amount, including the currency symbol.
number
Amount raised by the team.
string
Formatted amount raised by the team, including the currency symbol.
number
Pending offline donation amount for the team.
number
Team matched donation amount.
integer
Number of team donors.
integer
Number of personal pages on the team.
object
string | null
Team image ID.
string | null
Team description.
boolean
Whether the team image is inherited from the campaign.
boolean
Whether the team description is inherited from the campaign.
string | null
Team creation date and time.
string
Team language. Allowed values:
en, fr.object[]
Custom questions and responses configured for the resource.
object
Team owner.
object
Campaign summary.
Last modified on August 17, 2026