Skip to main content
GET
/
follow
/
following
[
  {
    "id": 123,
    "username": "<string>",
    "name": "<string>",
    "image": "<string>",
    "bio": "<string>",
    "verifiedAt": "2023-11-07T05:31:56Z",
    "role": "user",
    "tags": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-KEY
string
required

API key required for authentication

Query Parameters

userId
string

userId of the current user

cursor
integer<int64>

Cursor for pagination (last ID of the page)

size
integer<int32>
default:20

Number of following users to fetch per page.

Response

A list of following users

id
integer
username
string
name
string
image
string
bio
string | null
verifiedAt
string<date-time> | null

Last timestamp of user verified by admin

role
enum<string> | null
Available options:
user,
admin
tags
string[] | null