Refresh Device Token
Refresh your devices token
Request
client_id
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_secret
A static string, provided by Frame.io to be embedded for a device manufacturer/model. Acts as an identifier within Frame.io.
grant_type
Grant type
Allowed values:
refresh_tokem
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