Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Body

application/json
selected_feeds
string[]
required

Array of review identifiers. Format: feed-text-item-{id}, feed-video-item-{id}, feed-audio-item-{id}, or feed-social-item-{id}. e.g. ['feed-text-item-9793', 'feed-video-item-123']

Response

200 - application/json

Selected reviews fetched successfully.

data
object[]