🔗 Console REST APITeam

Get team data

Retrieves team membership and context information for the current user

GET
/api/teams
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/teams"
[
  {
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
    "organization_name": "string",
    "members": 0,
    "active_api_keys": 0,
    "organization_status": "string"
  }
]
Service StatusGitHub SDK