cURL
curl --request GET \ --url https://rest.forestreet.com/v2/teams/{teamId} \ --header 'x-api-key: <api-key>'
{ "id": 123, "name": "<string>", "domain": "<string>", "filePath": "<string>", "explorerPermissions": { "table": true, "bubble": true, "events": true, "feature-fit": true, "due-diligence": true }, "accessExpired": 123, "maxUsers": 123, "isDemo": 123, "isDefault": 123, "theme": "<string>" }
Fetch the details of a specific team by its ID.
Pass a static API key for every request, provided by your customer support.
ID of the team whose collections are being retrieved.
x > 0
Get team response
The response is of type object.
object