team management
Team Info
get info on team + related keys
Parameters:
- team_id: str - Required. The unique identifier of the team to get info on.
curl --location 'http://localhost:4000/team/info?team_id=your_team_id_here' --header 'Authorization: Bearer your_api_key_here'
get/team/info
Query parameters
team_idstring
Team ID in the request parameters
Team ID in the request parameters
key_limitinteger nullable
Limit the number of keys returned
Limit the number of keys returned
Response
Successful Response
{"stackTrail":"paths:/team/info:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 42 revisions of this API.3
- ○
added the new optional
queryrequest parameterkey_limitnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○