Skip to main content
POST
/
api
/
v1
/
local-seo
/
locations
/
{location_id}
/
reviews
/
sync
Trigger Reviews Sync
curl --request POST \
  --url http://localhost:8000/api/v1/local-seo/locations/{location_id}/reviews/sync \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

location_id
string
required

Response

Successful Response

message
string
required