Dropbox SignDropbox Sign eSignature API
GET/team/info
Get Team Info
Provides information about a team.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
teamInfo- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
team_id
querystring
The id of the team.
4fea99bfcf2b26bfccf6cea3e127fb8bb74d8d9c
Responses
200
TeamGetInfoResponseapplication/json
successful operation
Properties: teamwarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"team": {
"team_id": "example-team-id",
"team_parent": {
"team_id": "example-team-id",
"name": "Example Name"
},
"name": "Example Name",
"num_members": 0,
"num_sub_teams": 0
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}