cURL
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.
Bearer <token>
<token>
TeamNanoid
15
Default Response
The response is of type object.
object