Endpoint Examples
Get user identity graph by Farcaster id.
Retrieve the identity graph for a user based on their Farcaster user ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Get your API key at https://memoryproto.co/developers.
Example:
"Bearer mem_xxx"
Path Parameters
The Farcaster user ID. For example, 10 or 4355.
Example:
"10"
Query Parameters
Comma separated list of filtered sources
Example:
"farcaster,ens,talent-protocol"
Filter verified data sources.
Example:
"true"