List all teams
cURL
curl --request GET \ --url https://api.e2b.app/teams \ --header 'Authorization: Bearer <token>'
[ { "teamID": "<string>", "name": "<string>", "apiKey": "<string>", "isDefault": true } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully returned all teams
Identifier of the team
Name of the team
API key for the team
Whether the team is the default team
Was this page helpful?