Skip to content

Sync Several Locations

Request

Start a sync on all directories for several locations identified by their unique uberall id

Security
X-API-KEY or Authorization
Bodyapplication/json

LocationSearchParams object

object(LocationSearchParams)

LocationSearchParams

curl -i -X POST \
  https://uberall.com/api/locations/sync \
  -H 'Content-Type: application/json' \
  -H 'X-API-KEY: YOUR_API_KEY_HERE' \
  -d '{}'

Responses

Locations successfully synced

Body*/*
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": {}
}