---
title: "Get user's following to list"
method: GET
path: "/social-media/follow/list/following/{username}"
tags: ["📸 Social Media"]
---

# Get user's following to list

`GET /social-media/follow/list/following/{username}`

The API endpoint allows you to retrieve the list of users which are being followed by a specific user based on their username passed as a path variable.

When accessing this endpoint, you will receive a response containing the users' information followed by the specified user.

## Query parameters

- `page` string
- `limit` string

## Response `200`

Get user's following to list

- object
  - `data` object
    - `following` object[]
      - `_id` string
      - `avatar` object
        - `_id` string
        - `localPath` string
        - `url` string
      - `email` string
      - `isFollowing` boolean
      - `profile` object
        - `__v` number
        - `_id` string
        - `bio` string
        - `countryCode` string
        - `coverImage` object
          - `_id` string
          - `localPath` string
          - `url` string
        - `createdAt` string
        - `dob` string
        - `firstName` string
        - `lastName` string
        - `location` string
        - `owner` string
        - `phoneNumber` string
        - `updatedAt` string
      - `username` string
    - `hasNextPage` boolean
    - `hasPrevPage` boolean
    - `limit` number
    - `nextPage` number
    - `page` number
    - `prevPage` unknown
    - `serialNumberStartFrom` number
    - `totalFollowing` number
    - `totalPages` number
    - `user` object
      - `_id` string
      - `avatar` object
        - `_id` string
        - `localPath` string
        - `url` string
      - `email` string
      - `isEmailVerified` boolean
      - `profile` object
        - `_id` string
        - `bio` string
        - `countryCode` string
        - `coverImage` object
          - `_id` string
          - `localPath` string
          - `url` string
        - `firstName` string
        - `lastName` string
        - `location` string
        - `phoneNumber` string
      - `username` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
