Skip to main content

Refresh playback session

POST 

/bv/playback/v1/sessions/:device_id:heartbeat

Refreshes the playback session for a specified device_id. Invoke every 10 seconds to prevent session expiration. If not refreshed within this interval, a forbidden error will occur.

  • Returns a 401/Unauthenticated if the playback token is not valid.
  • Returns a 403/Forbidden if validation fails or the session has expired.
  • Returns a 404/NotFound if the requested resource is not found.

Request

Path Parameters

    device_id stringrequired

    Required. The unique id to identify the device.

Header Parameters

    authorization string

    This API should be invoked with playback token.

Responses

A successful response.

Schema

    object

Loading...