Profile data endpoints
Retrieves social graph connections for a given domain
Retrieves recommended connections for a given domain, using an on-chain social graph.
get/public/{domain}/connections
Path parameters
domainstring required
The domain name to query connections
Response
User connections
Example response
[
{
"domain": "matt.crypto",
"imagePath": "https://ipfs.io/ipfs/path/to/pfp",
"imageType": "onChain",
"reasons": [
{
"id": "poap",
"description": "Holds the same POAP"
}
],
"score": 75,
"xmtpEnabled": true
}
]