cURL
curl --request GET \ --url https://rest.forestreet.com/v2/teams \ --header 'x-api-key: <api-key>'
{ "metadata": { "pagination": { "totalItems": 123, "totalPages": 123, "currentPage": 123, "pageSize": 123 } }, "data": [ { "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, "theme": "<string>", "teamQuotas": { "startDiscovery": 123, "createSupplierDossier": 123 }, "isDefault": 123 } ] }
Fetch the teams associated with the current user
Pass a static API key for every request, provided by your customer support.
Page number to retrieve, starting from 1.
x > 0
Number of markets per page.
0 < x <= 100
Get current user's teams response
Show child attributes