# Refresh
Refresh an access token.
POST https://www.quetab.com/oauth/token
Accept: application/json
Content-Type: application/x-www-form-urlencoded
{
'grant_type': 'refresh_token',
'refresh_token': 'the-refresh-token',
'client_id': 'client-id',
'client_secret': 'client-secret',
'scope': '',
}