Farcaster API
Users
GET
/
users
This endpoint is similar to /casts
in that you can either fetch a specific user by FID or you can combine multiple query parameters to get specific lists of users.
Users Following FID
Returns all the users following a specific FID
Users FID Following
Returns all the users a specific FID is following
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
fid
integer
Used in combination with followers
and following
followers
boolean
When used with fid
will return the followers of the specified fid
following
boolean
When used with fid
will return the users fid
is following
pageSize
integer
Determine the number of results, if not specified default is 100
pageToken
string
Token to be used for the next page of results
Response
200 - application/json
The response is of type object
.