Approves a reply to a brand data point.
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/brand-data-points/{id}/reply/{replyId}/approval
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/brand-data-points/{id}/reply/{replyId}/approval
- X-API-KEY
- Authorization
curl -i -X POST \
'https://uberall.com/api/brand-data-points/{id}/reply/{replyId}/approval' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Success
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPoint": { … } } }