Skip to main content

ListBroadcasts retrieves broadcast messages for a specific vendor and environment.

GET 

/v1/vendors/:vendorId/broadcasts

This endpoint is used to fetch important announcements or alerts for display in a specific vendor environment. The messages can be filtered by validity period using the optional valid_from and valid_until parameters. When both valid_from and valid_until are not provided, all messages for the specified vendor and environment are returned in order of creation so the latest broadcast is always first.

Return an empty list if no messages are found.

Request

Responses

A successful response.