Refresh Device Token

Refresh your devices token

Request

client_idstringRequired
Must be a unique identifier per hardware device, such as a unique hardware serial number. Must be the same as the client id used on initial authorization.
client_secretstringRequired

A static string, provided by Frame.io to be embedded for a device manufacturer/model. Acts as an identifier within Frame.io.

grant_typeenumRequired
Grant type
Allowed values:
refresh_tokemstringRequired

A valid refresh_token, from a previous authorization. Refresh tokens are valid for 14 days from issuance. This is received after the initial authorization and will receive a new refresh-token after every refresh.

Response

OK