v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
advanced_token_authentication

Fetch playback token 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.

get/playback_tokens/keys

Query parameters

querystring

Name is the only searchable field.

Limit to a specific field with a colon (:).

If you have multiple search terms you can use pipe (|) to separate the search terms.

Examples:

QueryDescription
query=fooSearches name field for foo.
pageinteger

Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is 1.

For more information and examples, see Get paginated query results with the Wowza Video REST API.

per_pageinteger

For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is 1000.

Response

Successful operation

Example response

{
  "playback_token_keys": [
    {
      "created_at": "2020-01-01T12:33:22Z"
    }
  ],
  "pagination": {
    "total_records": 100,
    "page": 1,
    "per_page": 10,
    "total_pages": 2,
    "page_first_index": 10,
    "page_last_index": 10
  }
}