Skip to main content
GET
Get Following

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