v3

latestSwagger 2.02026-08-067506752.0 MB
org

Retrieve an Oauth2 authorization code to install an app at this org

post/v1/org/{org}/app-install-code

Path parameters

orgstring required

Org identifier (either id or slug)

Response

authorization code created

access_tokenstring required

access token value

token_typestring

access token type

expires_ininteger required

expiration time of token, in seconds

refresh_tokenstring

refresh token value

scopestring

scope of the access token

redirect_uristring

redirect uri of the access token

Example response

{
  "access_token": "2YotnFZFEjr1zCsicMWsdv",
  "token_type": "bearer",
  "refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
  "scope": "admin",
  "redirect_uri": "com.charthop.mobile://oauth"
}