v1
latestOpenAPI 3.1.02026-07-17131141.1 KBexperimental
Get inferred interests for a profile given their identifier
Returns a list of inferred interests based on known and public information about the profile.
get/profiles/{profileIdentifier}/inferred-interests
Path parameters
profileIdentifierstring required
This can either be an SHA256 hash of an email address or profile URL slug.
Response
Successful response
Example response
[
{
"id": 1,
"name": "photography"
}
]