Skip to content

Fetch the unique count of users who can see the content post

Request

Fetch the content reach, the unique user count for audiences, topics, and both.

Security
oauth2_as_a_user(Required scopes: content.read) or oauth2_as_a_server(Required scopes: content.read)
Path
content_idintegerrequired

ID of the content post

curl -i -X GET \
  'https://partner.socialchorus.com/v2/content/{content_id}/reach/unique_user_count' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/json
dataobjectrequired
Response
{ "data": { "content_id": 1, "unique_user_count": {} } }