---
title: "POST /ListPlaybackKeyPairs"
method: POST
path: "/ListPlaybackKeyPairs"
---

# POST /ListPlaybackKeyPairs

`POST /ListPlaybackKeyPairs`

Gets summary information about playback key pairs. For more information, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Setting Up Private Channels</a> in the <i>Amazon IVS User Guide</i>.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `maxResults` integer — Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.
  - `nextToken` string — The first key pair to retrieve. This is used for pagination; see the <code>nextToken</code> response field.

## Response `200`

Success

- ListPlaybackKeyPairsResponse
  - `keyPairs` PlaybackKeyPairSummary[], required — List of key pairs.
    - `arn` string — Key-pair ARN.
    - `name` string — Playback-key-pair name. The value does not need to be unique.
    - `tags` object — Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.
  - `nextToken` string — If there are more key pairs than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException

---

[API](https://skmtc.net/aws/apis/ivs.md) · [All operations](https://skmtc.net/aws/apis/ivs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/ivs/versions/32a77504a115/schema)
