Skip to main content
GET
Get Teams

Query parameters

string
required
User’s access token.
string
Search term.
integer
Page number. Default: 1
integer
Number of results to return. Default: 10
string
Key to sort by. Allowed values: name, amount_raised, amount_goal
string
Direction of sorting. Allowed values: asc, desc
string
API’s locale. Allowed values: en, fr

Response

Returns an array of objects with the following fields.
integer
Team ID.
string
Team name.
string
Team description
string
Team image ID
number
Goal amount.
number
Amount raised by the team.
string
Formatted amount raised by the team, includes currency symbol.
integer
Number of personal pages in the team.
string
URL to team’s page.
string
Team language. Allowed values: en, fr
boolean
True if the image is default.
boolean
True if the description is default.
object
object
Campaign that team belongs to.
object
Other responses