v3
latestSwagger 2.02026-08-067506752.0 MBorg
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
Example response
{
"access_token": "2YotnFZFEjr1zCsicMWsdv",
"token_type": "bearer",
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"scope": "admin",
"redirect_uri": "com.charthop.mobile://oauth"
}