Skip to main content
GET
cURL
Get details of a specific social review by its numeric ID (the id field from List All Reviews).

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).

Path Parameters

id
integer
required

The review's numeric ID, as returned in the id field of GET /feeds. This is not the unique_feedback_id field — that value is not accepted here.

Example:

1201

Response

200 - application/json

Social review details fetched successfully.

data
object