Skip to main content
GET
/
v1
/
teams
Get teams
curl --request GET \
  --url https://app.ribbon.ai/be-api/v1/teams \
  --header 'Authorization: Bearer <token>'
{
  "teams": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'

Response

OK

teams
object[]
required

A list of teams in the organization.