post
https://production-api.shoutaboutus.com/api/v1/store-review-site/change-scrapper-status
Toggle data-pulling (sendto_scrapper Y/N) for a store's review site. Turning it off marks the row disconnected (data-pulling paused) and emails the owner, turning it on clears the pause.
Auth: Both — authentication OR invite hash. Authenticated callers send store_id (+ review_site_id) and store_id must pass an ownership check. With a hash (tokenless), store_id comes from the hash in prepareForValidation and any client-supplied store_id is ignored. Differs per role only by reachable scope (Partner vs Account tree).
Rate limit: 30 requests/min.
Request
- Body:
| Field | Type | Required | Notes |
|---|---|---|---|
review_site_id | integer | yes | Must be an existing review site. |
store_id | integer | yes (token flow) | Must be an existing location inside your own account tree; ignored/overridden in the hash flow. |
sendto_scrapper | string (Y/N) | yes | Enable/disable pulling. |
hash | string | hash flow only | Invite hashid [store_id,15]; supplies store_id and grants tokenless access. |
Response — { data. } envelope.
status(string) —success.message(string) —Review site enabled successfullyorReview site disabled successfully. Returns 400No Record Found!if no matching (store, review-site) row exists.
Errors: 422 on validation failure.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
