---
title: "Fetch playback token keys"
method: GET
path: "/playback_tokens/keys"
tags: ["advanced_token_authentication"]
---

# Fetch playback token keys

`GET /playback_tokens/keys`

This operation shows details for playback token keys you've created that are available in Wowza Video for your account. The details include a key id which you use to create a playback token for advanced token authentication.

## Query parameters

- `query` string
- `page` integer
- `per_page` integer

## Response `200`

Successful operation

- ListPlaybackTokenKeyResponseWrapper — Playback Token Key Response from the Wowza Video REST API on List requests
  - `playback_token_keys` PlaybackTokenKeyResponseModel[] — The list of playback token keys
    - `id` string — Unique identifier for the playback token key. It will contain the organization identifier.
    - `organization_id` string — The organization id.
    - `name` string — The name of the playback token key for the organization.
    - `created_at` string, date-time — The playback token creation timestamp.
  - `pagination` Pagination
    - `payload_version` number, double — The pagination object version.
    - `total_records` integer — The total number of records.
    - `page` integer — The page number, starting at 1.
    - `per_page` integer — The number of records per page.
    - `total_pages` integer — The total number of pages.
    - `page_first_index` integer — The index of the first record in the response.
    - `page_last_index` integer — The index of the last record in the response.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/revisions/157b6f741f2a/schema)
