Authorizations
- x-api-key string required header
Your Valley API key.
Path Parameters
- workspaceId string required
Query Parameters
- icpFit string
Comma-separated: low,medium,high
- limit number
- monitoredProfileId string
Filter by monitored profile ID
- offset number
- ownerId string
Admin/Owner only: view data for a specific workspace member by their user ID
- postEngagementType string
Filter by engagement type: COMMENT or REACTION
- postId string
Filter by post ID
- sort string
newest (default) or oldest
Response
application/json- statusCode number
- status boolean
- message string
- data object
+ - Show Child Attributes
- prospects[] object array
+ - Show Child Attributes
- id string
- first_name string nullable
- last_name string nullable
- headline string nullable
- location string nullable
- profile_picture string nullable
- linkedin_url string nullable
- linkedin_public_id string nullable
- connection_degree string nullable
- icp_fit string nullable
- icp_fit_justification string nullable
- created_at string nullable
- monitored_profile_id string nullable
- post_id string nullable
- post_text string nullable
- post_date string nullable
- post_engagement_type string nullable
- icpFit object
+ - Show Child Attributes
- totalUnique number
- lowIcpCount number
- mediumIcpCount number
- highIcpCount number
- pagination object
+ - Show Child Attributes
- limit number
- offset number
- total number
- hasMore boolean