Get Teams
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
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.Team ID.
Team name.
Team description
Team image ID
Goal amount.
Amount raised by the team.
Formatted amount raised by the team, includes currency symbol.
Number of personal pages in the team.
URL to team’s page.
Team language. Allowed values:
en, frTrue if the image is default.
True if the description is default.
Campaign that team belongs to.
| Status | Description |
|---|---|
400 | Bad Request |
403 | Forbidden |