action reverb_get_listings_listing_id_bump { label: "View available bump tiers and stats for a listing" description: "View available bump tiers and stats for a listing" provider: reverb method: GET path: "/listings/{listing_id}/bump" encoding: json input: { type: "object" properties: { listing_id: { type: "string" } } required: ["listing_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }