Skip to content
SynupAPI
Get an API key
POSTapi.synup.com/api/v4/locations/reviews/respond/archive

Archive Response for Interaction

Archive any response provided for any existing Interaction

Requires an API key. Send it as Authorization: API <your-key> — see Getting started.

Parameters

Body

NameTypeRequiredDescription
responseIdstringrequiredResponse ID

Request

Request
curl -X POST 'https://api.synup.com/api/v4/locations/reviews/respond/archive' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "responseId": "2090753a-ece6-4837-8336-8494ad308523"
}'

Responses

StatusDescription
200Response successfully posted
Example response
"{\n    \"data\": {\n        \"archiveResponse\": {\n            \"status\": \"true\",\n        }\n    }\n}"

Response body

NameTypeRequiredDescription
dataobjectoptional
data.archiveResponseobjectoptional
data.archiveResponse.statusbooleanoptional