> For the complete documentation index, see [llms.txt](https://organization-kee.gitbook.io/tenthread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-kee.gitbook.io/tenthread/follow.md).

# Follow

## 팔로우하기

<mark style="color:green;">`POST`</mark> `http://localhost:8080/follow/{user_id}`

#### Path Parameters

| Name                                       | Type | Description |
| ------------------------------------------ | ---- | ----------- |
| user\_id<mark style="color:red;">\*</mark> | Long |             |

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 팔로잉 조회하기

<mark style="color:blue;">`GET`</mark> `http://localhost:8080/follow`

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 팔로우 취소하기

<mark style="color:red;">`DELETE`</mark> `http://localhost:8080/follow/{user_id}`

#### Path Parameters

| Name                                       | Type | Description |
| ------------------------------------------ | ---- | ----------- |
| user\_id<mark style="color:red;">\*</mark> | Long |             |

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}
