Team

Get team details

Get details of a specific team by ID

get/api/v1/team/{team_id}

Path parameters

team_idstring uuid required

Response

Successful Response

namestring nullable

Name of the team.

companyIdstring uuid nullable

ID of the organization the team belongs to.

idstring uuid nullable

ID of the team.

Example response

{
  "company_id": "123e4567-e89b-12d3-a456-426614174000",
  "id": "123e4567-e89b-12d3-a456-426614174002",
  "name": "Marketing Team"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.