Skip to main content
GET
Query story targets by multiple targets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

targets
object[]
required

Target object. The target object is an array of objects that contain targetId and targetType. Max up to 10 items

  • targetId: ID of a target.
  • targetType: Type of a target (user, community).
Required array length: 1 - 10 elements

Response

Story targets Information

Story targets response payload

storyTargets
object[]