Create New Access Token

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Path Params
string
required

UUID of the App

Body Params
string

A refresh token you received when the App was installed.

Headers
string
Defaults to Basic ZXhhbXBsZVVzZXI6bmljZXRyeQ==

Your App Account's username and password, base64'd.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json