Find Mutual Connections
Find connections shared between two or more principals. Returns profiles that are connected to all specified principal IDs.
Auth required: Yes
principal_ids (query, string) (required) — Comma-separated list of principal IDs to find mutual connections betweenlimit (query, integer) — Maximum number of results (default 50, max 100)cursor (query, string) — Opaque cursor for pagination. Obtained from `pagination.next_cursor` in a previous response.200: Mutual connections result400: Validation error401: Authentication required or invalidRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app