get
https://production-api.shoutaboutus.com/api/v1/reviews//flag/status
Get the current flag on a review, or a none state when the review has never been flagged.
Use it to show moderation state next to a review, or to check whether a flag you submitted has been actioned yet.
Auth
- Both partner-level and account-level users can call it.
Rate limit
- No rate limit.
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
reviewId | integer | Required | The review's numeric id. Digits only. |
Behaviour
- 200 always returns
review_id,is_flaggedandflag_status. - When a flag exists,
flagholds the full record andflag_statusis one ofpending,denied,approved_removedorsubmitted_to_platform. - When no flag exists,
flagisnullandflag_statusisnone. This is still a 200, not a 404 — a review with no flag is a valid result, not a missing one.
Errors
| Status | Message | Cause |
|---|---|---|
401 | Unauthenticated | The bearer token is missing, expired or invalid. |
404 | Review not found | No review exists with that id. |
500 | — | Unexpected server error. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
