GET
/
cms
/
banner_collections
/
v1
curl --request GET \
  --url https://api.mottostreaming.com/cms/banner_collections/v1 \
  --header 'Authorization: Bearer <token>'
{
  "banner_collections": [
    {
      "id": "<string>",
      "project_id": "<string>",
      "name": "<string>",
      "banner_ids": [
        "<string>"
      ],
      "visibility": "VISIBILITY_UNSPECIFIED"
    }
  ],
  "next_page_token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer

Maximum number of records to return

project_id
string
page_token
string

The pagination token in the List request.

Response

200
application/json
OK
banner_collections
object[]

BannerCollection represents a collection of banners that can be displayed in a carousel on an end-user facing web/app page.

next_page_token
string

The pagination token that should be used to get next page results. An empty value means no more results