Added Actions endpoint 🎉
GET /v1/actions
Returns the Action Center alerts and recommendations for your listings — missing listing information, configuration issues, availability alerts, and pricing recommendations — so you can surface what needs attention in your own tools.
The response is grouped per listing: each entry has listing_details and an actions array ordered most important first, where every action carries an action_type, a human-readable title, and metadata with the detail for that action. Listings with nothing to report are omitted.
Filter with listing_id + pms (provide both or neither) to scope to a single listing, and mode (visible by default, or all / hidden) to control how your hidden-action preferences are applied.
Base and minimum price recommendations include a nudge_id, which you can pass to POST /v1/nudges/accept to apply the recommended price.
See Actions for full request and response details.