MembershipsLevels

Note: This endpoint can only be used by individual creators to make requests for their own, channel-memberships-enabled YouTube channel. Reach out to your Google or YouTube representative to request access.

A membershipsLevel resource identifies a pricing level managed by the creator that authorized the API request.

Methods

The API supports the following methods for membershipsLevel resources:

list
Lists membership levels for the channel that authorized the request.

Resource representation

The following JSON structure shows the format of a membershipsLevel resource:

{
  "kind": "youtube#membershipsLevel",
  "etag": etag,
  "id": string,
  "snippet": {
    "creatorChannelId": string,
    "levelDetails": {
      "displayName": string,
    }
  }
}

Properties

The following table defines the properties that appear in this resource: