Token ExchangeCopy Pagepost https://connect.digits.com/v1/oauth/tokenExchange an authorization code for a refresh token, or a refresh token for a new access token.Body Paramsgrant_typestringenumrequiredThe type of grant being requested, as defined in RFC 6749.authorization_coderefresh_tokenclient_credentialsAllowed:authorization_coderefresh_tokenclient_credentialsclient_idstringrequiredThe client application's unique identifier.client_secretstringrequiredThe client application's secret.codestringgrant_type: authorization_coderedirect_uristringrefresh_tokenstringgrant_type: refresh_token The refresh token issued to the client. Required when the grant_type is "refresh_token".Responses 200OK defaultDefault error responseUpdated 11 days ago