List all introductions (Doozy Roulette and Matchmaking) accessible to the authenticated user. Results are paginated and sorted by creation date (newest first). Supports filtering by type and status.
API key for authentication. Generate keys in the Doozy dashboard.
Maximum number of results to return (default: 25, max: 100)
1 <= x <= 10025
Cursor for pagination
"intro_abc123"
Cursor for pagination (backward)
Filter by introduction type
group, individual "group"
Filter by status
active, inactive "active"
List of introductions
String representing the object type
list "list"
Array of introduction objects
Whether there are more results available beyond this page
true
The URL for accessing this list endpoint
"/v1/introductions"
Cursor to fetch the next page of results. Pass as starting_after in subsequent requests.
"intro_xyz789"
Cursor to fetch the previous page of results. Pass as ending_before in subsequent requests.
"intro_abc123"