Endpoints
Get user identity graph by Twitter username.
Retrieve the identity graph for a user based on their Twitter username.
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 Twitter username of the user. For example, dwr or jessepollak.
Examples:
"dwr"
"jessepollak"
Query Parameters
Comma separated list of filtered sources
Example:
"farcaster,ens,talent-protocol"
Filter verified data sources.
Examples:
"true"
Response
200
application/json
Successful response containing the identity graph linked to the provided Twitter username.
User Identity Graph