Users
GET
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Used in combination with followers
and following
Example:
4823
When used with fid
will return the followers of the specified fid
Example:
true
When used with fid
will return the users fid
is following
Example:
true
Determine the number of results, if not specified default is 100
Example:
1
Token to be used for the next page of results
Example:
"eyJvZmZzZXQiOiIyMyJ9"
Response
200 - application/json
OK
The response is of type object
.