API Reference//
- Edit Listing
Get Location's Facebook Page
Connect Facebook Page
Disconnect Location's Facebook Page
Get information about the connected Google Page of the specified location
Disconnect Google Page
Disconnect Instagram Page
Disconnect LinkedIn listing
Flag a Listing
Get all Listings for a specific Location
Get directories currently unavailable for a specific Location
Disconnect TikTok listing
Edit Listing
Used for MANUALLY_CREATED listings to update listingUrl and syncStatus
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/listings/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/listings/{id}
- X-API-KEY
- Authorization
curl -i -X PATCH \
'https://uberall.com/api/listings/{id}' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully updated Listing
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": {}
}