Authorizations
- x-api-key string required header
Your Valley API key.
Path Parameters
- profileId string required
- workspaceId string required
Query Parameters
- limit number
- offset number
- ownerId string
Admin/Owner only: view posts for a specific workspace member's monitored profile
- postEngagementType string
Filter by engagement type: COMMENT or REACTION
Response
application/json- statusCode number
- status boolean
- message string
- data object
+ - Show Child Attributes
- profile object
+ - Show Child Attributes
- id string
- name string nullable
- profile_url string
- profile_pic string nullable
- linkedin_urn string
- posts[] object array
+ - Show Child Attributes
- post_id string
- post_text string nullable
- post_date string nullable
- total_engagers number
- comments_count number
- reactions_count number
- stats object
+ - Show Child Attributes
- total_posts number
- total_engagers number
- total_comments number
- total_reactions number
- pagination object
+ - Show Child Attributes
- limit number
- offset number
- total number
- hasMore boolean