Skip to main content
GET
/
api
/
team
Get All Teams
curl --request GET \
  --url https://app.replay.sale/api/team \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "type": "Default",
    "useTurnConnection": true
  }
]

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from your company settings.

Response

Successfully retrieved teams

id
string<uuid>
required

Unique identifier for the team

name
string
required

Name of the team

companyId
string<uuid>
required

ID of the company this team belongs to

createdAt
string<date-time>
required

When the team was created

description
string | null

Description of the team

type
enum<string>

Type of team

Available options:
Default,
Integration,
LeadGen
useTurnConnection
boolean

Whether to use TURN connection for this team