Added Actions endpoint 🎉

GET /rm/v1/actions

Returns the Action Center alerts and recommendations for a managed account’s listings: missing listing information, configuration issues, availability alerts, and pricing recommendations.

The response is grouped per listing: each entry has listing_details and an actions array ordered most important first. Filter with listing_id + pms (provide both or neither), and mode (visible by default, or all / hidden).

Price recommendations include a nudge_id that POST /rm/v1/nudges/accept can apply.

Uses the same request/response format as the Customer API. Include your X-API-Key and PL-User-Id headers as usual.

See the RM Partner API Overview for the full endpoint list.