v1

latestOpenAPI 3.1.02026-07-17131141.1 KB
experimental

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

idinteger required

The unique identifier for the interest.

namestring required

The name of the interest as originally defined (most often in English).

Example response

[
  {
    "id": 1,
    "name": "photography"
  }
]