Skip to main content
GET
/
api
/
v1
/
config
/
teams
/
{slug}
{
  "team": {
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "slug": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "user_emails": [
      "<string>"
    ]
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Path Parameters

slug
string
required

Response

A successful response.

team
object