Retrieve a review queue
One review in any status, which is the only way to read a review’s status back on this API. Use it after approve or reject to confirm which state the write actually landed in, and after a reviews/created webhook to fetch the row that event announced. THE SAME SHAPE THE LIST SERVES, so a row taken off a page can be re-read on its own rather than by walking the collection again. A 404 IS DELIBERATELY GENERIC and covers four conditions at once: no such id, an id belonging to another store, an id whose review was deleted, and a malformed id. Separating them would turn this route into a probe for which review ids exist.
Authorizations
A secret API key. Publishable keys cannot reach this API. A key may carry an expiry, and an expired key is refused exactly like an unknown one, with a 401 that names no reason; check the key's expires_at in the dashboard rather than inferring it from a response. When a merchant rolls a key's secret they choose a grace window of up to 3 days, and for its duration BOTH the new secret and the one it replaced authenticate, so an integration moves over on its own deploy schedule instead of at the instant the button is pressed. Move before the window closes: after it, the old secret is refused. Nothing else about this contract moves with a roll. The key keeps its id and its scopes, so the only thing an integration updates is the credential itself.
Path Parameters
Response
Success
