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/Unauthenticatedif the playback token is not valid. - Returns a
403/Forbiddenif validation fails or the session has expired. - Returns a
404/NotFoundif the requested resource is not found.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
A unauthenticated response.
The header authorization was missing or unidentified.
A forbidden response.
It means that the provided authorization did not have enough permission to access the resource or the API.
A server error response. There are more HTTP status code mappings listed on here.
An unexpected error response.