---
title: "Get a Social Post"
method: GET
path: "/social-posts/{id}"
tags: ["Social Posting"]
---

# Get a Social Post

`GET /social-posts/{id}`

Get a Social Plan identified by its unique uberall ID.

## Path parameters

- `id` string, required

## Response `200`

Social Post retrieved

- 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
    - `socialPost` object — A Social Post is a message for your customers that will be published on some of your listings. This can be a "News", a "Special Offer" or a "Question and Answer".
      - `title` string — The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question.
      - `description` string — The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer.
      - `url` string — A link for the Social Post. This is mandatory for a "Special Offer" and should point to a page concerning the offer.
      - `type` 'POST' | 'OFFER' | 'ALERT' | 'EVENT' | 'QUESTION_AND_ANSWER' | 'REEL' | 'STORY' | 'CAROUSEL', required — The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT.
      - `alertType` 'COVID_19' — A special type for Google ALERT posts. Possible values are COVID_19.
      - `id` integer — Id
      - `campaignId` integer — The campaign ID this Social Post belongs to
      - `campaign` object — Social Post Campaign Model
        - `id` integer — Campaign id
        - `name` string — Campaign name
        - `color` string — Campaign color in hex format
      - `status` 'SCHEDULED' | 'APPROVAL_NEEDED' | 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'IMPOSSIBLE' | 'INCOMPLETE' | 'ENDED' | 'REJECTED' — The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)
      - `dateStart` string, date-time — The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.
      - `dateEnd` string, date-time — The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end.
      - `publicationDate` string, date-time, required — The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX (Example: 2007-12-03T10:15:30+01:00)
      - `isStoreLocator` boolean — When enabled, the SocialPost will be visible in StoreLocator.
      - `productName` string — The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set.
      - `timeZone` string — The timezone in which the Social Post should be created
      - `productPriceMin` integer — Lower price of a Product Social Post if the product has a price range, or the price for the product.
      - `productPriceMax` integer — Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.
      - `productCurrency` 'EUR' | 'USD' | 'GBP' | 'CHF' | 'AUD' | 'RUB' | 'JPY' | 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYR' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'FJD' | 'FKP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LTL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USN' | 'UYI' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'XSU' | 'XUA' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL' — The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).
      - `labels` string[] — The list of location labels as entered when creating/updating the Social Post.
      - `photos` object[] — The social post's photos
        - `photo` string
        - `description` string
        - `redirectUrl` string
      - `callToActions` object[] — Social Post Call to Action
        - `url` string
        - `directory` string
        - `type` string
      - `firstComment` string — The first comment to be posted after a post creation. Only available for INSTAGRAM
      - `mentions` object[] — The mentions of the social post
        - `id` string — Id
        - `name` string — Name
        - `link` string — Link
        - `avatar` string — Avatar
      - `statusPerDirectory` object
      - `publicationsCount` integer — Publications count
      - `videos` string[] — The video of the social post (can only be one)
      - `businessIds` integer[] — The list of businesses IDs as entered when creating/updating the Social Post.
      - `locationIds` integer[] — The list of locations IDs as entered when creating/updating the Social Post.
      - `listingPages` integer[] — The list of listing page IDs as entered when creating/updating the Social Post.
      - `businessPages` integer[] — The list of business page IDs as entered when creating/updating the Social Post.
      - `locationGroups` integer[]
      - `excludedLocationIds` integer[] — List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.
      - `directories` object[], required — The list of directories as entered when creating/updating the Social Post.
        - `type` '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'
        - `url` string — The URL of the directory
      - `couponCode` string — A couponCode for redeeming a "Special Offer" (SocialPost.type=OFFER). Currently only supported for Google Posts.
      - `termsAndConditions` string — Terms and Conditions for redeeming a "Special Offer" (SocialPost.type=OFFER). Currently only supported for Google Posts.
      - `canEdit` boolean
      - `locationName` string
      - `businessName` string
      - `warnings` string[]
      - `insights` object[]
        - `metrics` object
      - `owner` object — Social Post Owner Model
        - `id` integer — User id
        - `name` string — Firstname and lastname of the user.
        - `isApiAdmin` boolean

## 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

---

[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/d7f6012aeb0d/schema)
