List mentions by author
Returns mentions authored by one person on a specific platform — e.g. to enrich a CRM record with everything a prospect has said. Scoped to the authenticated organization and always to a single source (the same handle can belong to different people on different platforms). Identify the author by handle or profileUrl (at least one required). Paginated via limit + cursor.
Authorizations
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Query Parameters
Platform to scope the lookup to. One of: twitter, reddit, bluesky, dev, github, hackernews, tiktok, linkedin. Display-name-only platforms (youtube, stackoverflow, news, newsletter, podcasts) are not supported — the author there isn't a unique handle.
twitter, reddit, bluesky, dev, github, hackernews, tiktok, linkedin The author's handle/username on source (the handle platforms: twitter, reddit, bluesky, dev, github, hackernews, tiktok). Accepts elonmusk, @elonmusk, or a profile URL — normalized automatically. Required unless profileUrl is given.
For source=linkedin: a linkedin.com/in/<slug> URL, in/<slug>, or a bare <slug>. Required for LinkedIn unless handle is given.
Max mentions to return (1–50, default 10).
1 <= x <= 50Pagination cursor from a previous response's nextCursor.
