Fetch UserData for a FID

Note: one of two different response schemas is returned based on whether the caller provides the user_data_type parameter. If included, a single UserDataAdd message is returned (or a not_found error). If omitted, a paginated list of UserDataAdd messages is returned instead.

Query Params
integer
required

The FID that's being requested

string
enum
Defaults to USER_DATA_TYPE_PFP

The type of user data, either as a numerical value or type string. If this is omitted, all user data for the FID is returned

Allowed:
integer

Maximum number of messages to return in a single response

boolean

Reverse the sort order, returning latest messages first

string

The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json