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

# POST /GetStreamKey

`POST /GetStreamKey`

Gets stream-key information for a specified ARN.

## Request body

- object
  - `arn` string, required — ARN for the stream key to be retrieved.

## Response `200`

Success

- GetStreamKeyResponse
  - `streamKey` object — <zonbook></zonbook><xhtml></xhtml>
    - `arn` string — Stream-key ARN.
    - `channelArn` string — Channel ARN for the stream.
    - `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.
    - `value` string, password — Stream-key value.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — 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/revisions/32a77504a115/schema)
