A banner the contact currently matches, with the content and view identifier needed to display and dismiss it.
The id of the contact's view of this banner. Pass this to the dismiss endpoint to record a dismissal.
Example:"645719311"
The action a contact can take on the banner, or null when the banner has no action. The fields present depend on type: url (label, target), reaction (reaction_set), email_collector, or product_tour (tour_id, tour_url).
Reserved for future use. Always null in the current version — banners that depend on client-side targeting rules (such as page URL or time on page) are not returned by this endpoint.
{ "type": "banner", "id": "486517", "view_id": "645719311", "title": "Hi there", "body": "<p class=\"no-margin\">Hi there!</p>", "style": "inline", "position": "top", "show_dismiss_button": true, "action": { "type": "url", "label": "Learn more", "target": "https://www.intercom.com/pricing", "reaction_set": [ … ], "tour_id": "12345", "tour_url": "https://app.intercom.com/tours/12345" }, "client_targeting": [ {} ], "created_at": 1780580493 }