Skip to content

Approve reply to a Brand Data Point

Request

Approves a reply to a brand data point.

Security
X-API-KEY or Authorization
Path
idstringrequired

The id of the root brand data point

replyIdstringrequired

The id of the replying brand data point

curl -i -X POST \
  'https://uberall.com/api/brand-data-points/{id}/reply/{replyId}/approval' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
statusstringrequired
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPoint": {} } }