Skip to main content
GET
Get identity graph by Farcaster id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required
Example:

"Bearer mem_xxx"

Path Parameters

fid
string
required

The Farcaster user ID. For example, 10 or 4355.

Examples:

"10"

"4355"

Query Parameters

sources
string

Comma separated list of filtered sources

Example:

"farcaster,ens,talent-protocol"

verified
string

Filter verified data sources.

Example:

"true"

Response

Successful response containing the identity graph associated with the provided Farcaster user ID.

id
string
required
username
string | null
required
url
string<uri> | null
required
avatar
string | null
required
platform
string
required
social
object | null
required
sources
object[]
required
Example: