---
title: "Approve reply to a Data Point"
method: POST
path: "/data-points/{id}/reply/{replyId}/approval"
tags: ["Data Points"]
---

# Approve reply to a Data Point

`POST /data-points/{id}/reply/{replyId}/approval`

Approves a reply to a data point.

## Path parameters

- `id` string, required
- `replyId` string, required

## Response `200`

Success

- object
  - `status` 'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE', required
  - `message` string — (optional) Holds further information about the response
  - `warnings` string[] — (optional) Holds further warnings
  - `response` object, required — The actual response object of the response
    - `dataPoint` object — Data Point Model
      - `id` integer — The uberall unique id of the data point
      - `type` 'REVIEW' | 'PHOTO' | 'CHECKIN' | 'CONVERSATION' | 'COMMENT' | 'QUESTION' | 'POST' | 'IMAGE' | 'VIDEO' | 'CAROUSEL_ALBUM' | 'LINK' | 'EXPANDEDREVIEW' | 'AD_POST' — Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]
      - `directoryType` 'FOURSQUARE' | 'UBER' | 'GOOGLE' | 'WAZE' | 'GOOGLE_MAPS' | 'YELP_API' | 'MEINESTADT' | 'NOKIA_HERE' | 'FACEBOOK' | 'TOMTOM' | 'STADTBRANCHENBUCH' | 'CYLEX' | 'UNTERNEHMENSAUSKUNFT' | 'ACOMPIO' | 'BUSINESSBRANCHENBUCH' | 'SCOOT' | 'CENTRAL_INDEX' | 'CITIPAGES' | 'THE_DAILY_RECORD' | 'THE_EVENING_STANDARD' | 'THE_SCOTSMAN' | 'LIVERPOOL_ECHO' | 'TOUCH_LOCAL' | 'THE_MIRROR' | 'ANNUAIRE' | 'INFOBEL' | 'US_INFO_COM' | 'BING' | 'WO_GIBTS_WAS' | 'KOOMIO' | 'OEFFNUNGSZEITENBUCH' | 'APPLE_MAPS' | 'WHERE_TO' | 'TUPALO' | 'BRANCHENBUCH_DEUTSCHLAND' | 'MARKTPLATZ_MITTELSTAND' | 'BUSQUEDA_LOCAL' | 'RICERCARE_IMPRESE' | 'PAGES24' | 'NAVMII' | 'AUDI' | 'BMW' | 'MERCEDES' | 'VW' | 'TOYOTA' | 'FORD' | 'FIAT' | 'GM' | 'INSTAGRAM' | 'CITY_SQUARES' | 'SHOWMELOCAL' | 'CHAMBER_OF_COMMERCE' | 'JUDYS_BOOK' | 'MY_LOCAL_SERVICES' | 'HOTFROG' | 'INFO_IS_INFO' | 'MANTA' | 'US_CITY' | 'GO_YELLOW' | 'N49' | 'PRATIQUE' | 'EZLOCAL' | 'ELOCAL' | 'YELLOW_PAGES' | 'SUPER_PAGES' | 'DEX_KNOWS' | 'KAUFDA_MANUAL' | 'I_GLOBAL' | 'BRANCHEN_INFO_MANUAL' | 'GUTE_BANKEN_MANUAL' | 'D_11880_COM_MANUAL' | 'BANKOEFFNUNGSZEITEN_DE_MANUAL' | 'BANK_OEFFNUNGSZEITEN_DE_MANUAL' | 'CYLEX_MANUAL' | 'FINDE_OFFEN_MANUAL' | 'MEIN_PROSPEKT_MANUAL' | 'FIND_OPEN' | 'GO_LOCAL' | 'MEINUNGSMEISTER' | 'YAHOO_MANUAL' | 'TRIP_ADVISOR' | 'ZIP_CH' | 'INFOGROUP' | 'TRUSTPILOT' | 'AUSKUNFT' | 'NEXT_DOOR' | 'GOOGLE_ASSISTANT' | 'SIRI' | 'HUAWEI' | 'DOCTOR_COM' | 'DENTAL_PLANS' | 'DOC_SPOT' | 'HEALTHGRADES' | 'SHARE_CARE' | 'VITALS' | 'WEB_MD' | 'WELLNESS' | 'BING_HEALTH' | 'NPPES' | 'RATE_MDS' | 'CITYSEARCH' | 'INSIDER_PAGES' | 'TWITTER' | 'ALEXA' | 'MAP_QUEST' | 'WEBSITE_WIDGETS' | 'ECO_MOVEMENT' | 'GOOGLE_EV' | 'APPLE_EV' | 'TESLA_EV' | 'EUROWAG_EV' | 'OPIS_EV' | 'TOMTOM_EV' | 'HERE_EV' | 'YELLOW_PAGES_CANADA' | 'BBB' | 'UBERALL_SOCIAL_ADS' | 'APPLE_APPS' | 'CONSUMER_AFFAIRS' | 'CREDIT_KARMA' | 'DELIVERY' | 'GLASSDOOR' | 'PLAY_GOOGLE' | 'GRUBHUB' | 'INDEED' | 'LENDING_TREE' | 'MENUISM' | 'OPEN_TABLE' | 'OPEN_TABLE_USA' | 'WALLET_HUB' | 'ZILLOW' | 'ZOMATO' | 'WHATS_APP' | 'FOUR_SCREEN' | 'AND_CHARGE' | 'LINKED_IN' | 'TIK_TOK' | 'CHAT_GPT' | 'CLAUDE' | 'GEMINI' | 'PERPLEXITY' | 'OVERTURE' | 'RESTAURANTS' — Online directory reference name
      - `status` 'VALID' | 'NOT_SHOWN' | 'INVALID' | 'DELETED' | 'APPROVAL_NEEDED' | 'QUARANTINE' | 'HIDDEN' — Status
      - `data` string — Content of the datapoint (text of the review, url of the photo, count of checkins...)
      - `secondaryData` string — Additional info about the datapoint (eg. text content on instagram pictures)
      - `externalId` string — External Id
      - `author` string — Username of the datapoint's author
      - `authorImage` string — Author profile picture url
      - `directLink` string — A link to the online profile
      - `rating` number, float — Rating given by the user. Float value, max: 5.
      - `actionDate` string, date-time — The date when the review/photo/... was published in the online directory
      - `threadActionDate` string, date-time — The date of the last interaction in that thread. When a review receives a new comment, the parent will update.
      - `dateCreated` string, date-time — The date the datapoint was found
      - `lastUpdated` string, date-time — Date of last update.
      - `lastChecked` string, date-time — Date of last check
      - `countLikes` integer — Number of likes to this item
      - `countComments` integer — Number of comments to this item.
      - `countViews` integer — Number of views to this item.
      - `liked` boolean — Whether this datapoint has been liked or not
      - `flagged` boolean — Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. "Report as SPAM"
      - `read` boolean
      - `actionDateGroup` string — Action date group
      - `repliedByOwner` boolean — True if the owner of the business has replied
      - `replyUserId` integer — Reply user ID
      - `comments` DataPoint[] — The list of comments of a Datapoint. Populated in the get, reply, approve and reject datapoint calls.
        - `id` integer — The uberall unique id of the data point
        - `type` 'REVIEW' | 'PHOTO' | 'CHECKIN' | 'CONVERSATION' | 'COMMENT' | 'QUESTION' | 'POST' | 'IMAGE' | 'VIDEO' | 'CAROUSEL_ALBUM' | 'LINK' | 'EXPANDEDREVIEW' | 'AD_POST' — Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]
        - `directoryType` 'FOURSQUARE' | 'UBER' | 'GOOGLE' | 'WAZE' | 'GOOGLE_MAPS' | 'YELP_API' | 'MEINESTADT' | 'NOKIA_HERE' | 'FACEBOOK' | 'TOMTOM' | 'STADTBRANCHENBUCH' | 'CYLEX' | 'UNTERNEHMENSAUSKUNFT' | 'ACOMPIO' | 'BUSINESSBRANCHENBUCH' | 'SCOOT' | 'CENTRAL_INDEX' | 'CITIPAGES' | 'THE_DAILY_RECORD' | 'THE_EVENING_STANDARD' | 'THE_SCOTSMAN' | 'LIVERPOOL_ECHO' | 'TOUCH_LOCAL' | 'THE_MIRROR' | 'ANNUAIRE' | 'INFOBEL' | 'US_INFO_COM' | 'BING' | 'WO_GIBTS_WAS' | 'KOOMIO' | 'OEFFNUNGSZEITENBUCH' | 'APPLE_MAPS' | 'WHERE_TO' | 'TUPALO' | 'BRANCHENBUCH_DEUTSCHLAND' | 'MARKTPLATZ_MITTELSTAND' | 'BUSQUEDA_LOCAL' | 'RICERCARE_IMPRESE' | 'PAGES24' | 'NAVMII' | 'AUDI' | 'BMW' | 'MERCEDES' | 'VW' | 'TOYOTA' | 'FORD' | 'FIAT' | 'GM' | 'INSTAGRAM' | 'CITY_SQUARES' | 'SHOWMELOCAL' | 'CHAMBER_OF_COMMERCE' | 'JUDYS_BOOK' | 'MY_LOCAL_SERVICES' | 'HOTFROG' | 'INFO_IS_INFO' | 'MANTA' | 'US_CITY' | 'GO_YELLOW' | 'N49' | 'PRATIQUE' | 'EZLOCAL' | 'ELOCAL' | 'YELLOW_PAGES' | 'SUPER_PAGES' | 'DEX_KNOWS' | 'KAUFDA_MANUAL' | 'I_GLOBAL' | 'BRANCHEN_INFO_MANUAL' | 'GUTE_BANKEN_MANUAL' | 'D_11880_COM_MANUAL' | 'BANKOEFFNUNGSZEITEN_DE_MANUAL' | 'BANK_OEFFNUNGSZEITEN_DE_MANUAL' | 'CYLEX_MANUAL' | 'FINDE_OFFEN_MANUAL' | 'MEIN_PROSPEKT_MANUAL' | 'FIND_OPEN' | 'GO_LOCAL' | 'MEINUNGSMEISTER' | 'YAHOO_MANUAL' | 'TRIP_ADVISOR' | 'ZIP_CH' | 'INFOGROUP' | 'TRUSTPILOT' | 'AUSKUNFT' | 'NEXT_DOOR' | 'GOOGLE_ASSISTANT' | 'SIRI' | 'HUAWEI' | 'DOCTOR_COM' | 'DENTAL_PLANS' | 'DOC_SPOT' | 'HEALTHGRADES' | 'SHARE_CARE' | 'VITALS' | 'WEB_MD' | 'WELLNESS' | 'BING_HEALTH' | 'NPPES' | 'RATE_MDS' | 'CITYSEARCH' | 'INSIDER_PAGES' | 'TWITTER' | 'ALEXA' | 'MAP_QUEST' | 'WEBSITE_WIDGETS' | 'ECO_MOVEMENT' | 'GOOGLE_EV' | 'APPLE_EV' | 'TESLA_EV' | 'EUROWAG_EV' | 'OPIS_EV' | 'TOMTOM_EV' | 'HERE_EV' | 'YELLOW_PAGES_CANADA' | 'BBB' | 'UBERALL_SOCIAL_ADS' | 'APPLE_APPS' | 'CONSUMER_AFFAIRS' | 'CREDIT_KARMA' | 'DELIVERY' | 'GLASSDOOR' | 'PLAY_GOOGLE' | 'GRUBHUB' | 'INDEED' | 'LENDING_TREE' | 'MENUISM' | 'OPEN_TABLE' | 'OPEN_TABLE_USA' | 'WALLET_HUB' | 'ZILLOW' | 'ZOMATO' | 'WHATS_APP' | 'FOUR_SCREEN' | 'AND_CHARGE' | 'LINKED_IN' | 'TIK_TOK' | 'CHAT_GPT' | 'CLAUDE' | 'GEMINI' | 'PERPLEXITY' | 'OVERTURE' | 'RESTAURANTS' — Online directory reference name
        - `status` 'VALID' | 'NOT_SHOWN' | 'INVALID' | 'DELETED' | 'APPROVAL_NEEDED' | 'QUARANTINE' | 'HIDDEN' — Status
        - `data` string — Content of the datapoint (text of the review, url of the photo, count of checkins...)
        - `secondaryData` string — Additional info about the datapoint (eg. text content on instagram pictures)
        - `externalId` string — External Id
        - `author` string — Username of the datapoint's author
        - `authorImage` string — Author profile picture url
        - `directLink` string — A link to the online profile
        - `rating` number, float — Rating given by the user. Float value, max: 5.
        - `actionDate` string, date-time — The date when the review/photo/... was published in the online directory
        - `threadActionDate` string, date-time — The date of the last interaction in that thread. When a review receives a new comment, the parent will update.
        - `dateCreated` string, date-time — The date the datapoint was found
        - `lastUpdated` string, date-time — Date of last update.
        - `lastChecked` string, date-time — Date of last check
        - `countLikes` integer — Number of likes to this item
        - `countComments` integer — Number of comments to this item.
        - `countViews` integer — Number of views to this item.
        - `liked` boolean — Whether this datapoint has been liked or not
        - `flagged` boolean — Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. "Report as SPAM"
        - `read` boolean
        - `actionDateGroup` string — Action date group
        - `repliedByOwner` boolean — True if the owner of the business has replied
        - `replyUserId` integer — Reply user ID
        - `comments` DataPoint[] — The list of comments of a Datapoint. Populated in the get, reply, approve and reject datapoint calls.
        - `locationId` integer — The Location ID associated with this datapoint
        - `supportsReply` boolean
        - `supportsLike` boolean
        - `supportsUnlike` boolean
        - `supportedFlagTypes` string[]
        - `hasRepliesInApprovalNeeded` boolean
        - `approvalNeeded` boolean
        - `replyMaxLength` integer
        - `recommended` boolean
        - `replyByOwner` boolean
        - `reviewPolicyUrl` string
        - `connectStatus` string
        - `parentId` integer
      - `locationId` integer — The Location ID associated with this datapoint
      - `supportsReply` boolean
      - `supportsLike` boolean
      - `supportsUnlike` boolean
      - `supportedFlagTypes` string[]
      - `hasRepliesInApprovalNeeded` boolean
      - `approvalNeeded` boolean
      - `replyMaxLength` integer
      - `recommended` boolean
      - `replyByOwner` boolean
      - `reviewPolicyUrl` string
      - `connectStatus` string
      - `parentId` integer

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found
- `409` — Conflict - The request conflicts with current state of the server

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
