Create New Access Token

Create a new access token with an existing refresh token, from an App Install

Request a new authorization code for this App Install. This is used to authenticate against a specific site/app install area.

{
  "authorization_code": "string",
  "expiration_date": 0,
  "refresh_token": "string",
  "type": "string"
}
Language