---
title: "Follow team"
method: POST
path: "/api/teams/{id}/follow"
tags: ["Teams"]
---

# Follow team

`POST /api/teams/{id}/follow`

Body optional: { type?: 'followed' | 'fan' }.

## Path parameters

- `id` string, required

## Request body

- object
  - `type` 'followed' | 'fan'

## Response `200`

{ success }

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
