Get system-defined flags for a listing.
GET/listings/:listing_id/flags
Returns system-managed flags (as opposed to user-defined tags) associated with the listing.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Array of flags.
API key authorization failed.
Listing authorization failed.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.