Authorizations
API key authentication
Query Parameters
Set to true to also include integrations in the response.
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/team \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "teamOwnerId": "<string>"
}curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/team \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "teamOwnerId": "<string>"
}API key authentication
Set to true to also include integrations in the response.