curl --request GET \
--url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"nanoid": "<string>",
"name": "<string>",
"avatar": "<string>",
"balance": "<string>",
"administrators": [
{
"relationship_nanoid": "<string>",
"user_nanoid": "<string>",
"avatar": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"type": "team_admin"
}
]
}
}curl --request GET \
--url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"nanoid": "<string>",
"name": "<string>",
"avatar": "<string>",
"balance": "<string>",
"administrators": [
{
"relationship_nanoid": "<string>",
"user_nanoid": "<string>",
"avatar": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"type": "team_admin"
}
]
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
TeamNanoid
15Default Response
true, false Show child attributes
Unique identifier for the team.
Name of the team.
1URL of the team avatar.
Current balance of the team.
Show child attributes
Unique identifier for the relationship of the administrator.
Unique identifier for the user.
URL of the administrator's avatar.
First name of the administrator.
Last name of the administrator.
Email address of the administrator.
Role type of the administrator within the team.
team_admin, team_finance_admin, team_viewer