Refresh Device Token

Refresh your devices token

Request
Request Body schema: multipart/form-data
client_id
required
string

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
required
string

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

grant_type
required
string

Grant type

Value: "refresh_token"
refresh_tokem
required
string

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.

Responses
200

OK

post/v2/auth/token
Request samples