Skip to main content
GET
/
teams
/
{id}
/
Get Team
curl --request GET \
  --url https://data.craftflow.co/api/v1/teams/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
    "name": "Sales",
    "description": "Field sales team",
    "created_at": "2025-03-01T10:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key, prefixed with cf_live_.

Path Parameters

id
string<uuid>
required

The unique identifier of the team.

Response

A single team.
data
object
required