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.
Authorizations
API key to authorize requests
Query Parameters
The FID that's being requested
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
USER_DATA_TYPE_PFP
, USER_DATA_TYPE_DISPLAY
, USER_DATA_TYPE_BIO
, USER_DATA_TYPE_URL
, USER_DATA_TYPE_USERNAME
Maximum number of messages to return in a single response
Reverse the sort order, returning latest messages first
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
The response is of type object
.
The response is of type object
.
The response is of type object
.