Skip to main content

List redeem codes by live or vod id

GET 

/bv/cms/v1/redeem-codes

Lists the redeem codes of a live or VOD.


  • Returns a 404/NotFound error if the requested resource is not found.

Request

Query Parameters

    id stringrequired

    Required. The unique id of live or VOD.

    type stringrequired

    Possible values: [RESOURCE_TYPE_LIVE, RESOURCE_TYPE_VOD, RESOURCE_TYPE_LIVE_EVENT, RESOURCE_TYPE_LIVE_EVENT_RECORDING, RESOURCE_TYPE_VOD_EVENT, RESOURCE_TYPE_AUDIO_EVENT, RESOURCE_TYPE_VOD_ENCODING]

    Required. Indicates the resource type for the redeem codes.

Responses

A successful response.

Schema
    redeem_codes object[]
  • Array [
  • code string

    Output only. The redeem code.

  • ]
Loading...