Skip to main content
GET
Get a review form

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

unique_form_id
string
required

The form's unique string identifier, as returned in the unique_form_id field of GET /forms. Note this is not the numeric id field, and not the feed_form_id field found inside questions[] — passing either of those returns 404.

Example:

"form_f5Uc9agvcXRKgPdDrVCIZYc1"

Response

200 - application/json

A review form.

data
object