v3
latestSwagger 2.02026-08-067506752.0 MBapp
Retrieve an Oauth2 authorization code for this app, which can be exchanged for an access token
post/v1/app/org/{orgId}/install/{appUserId}/code
Path parameters
orgIdstring required
Org identifier (either id or slug)
appUserIdstring required
App user id
Query parameters
scopestring
Scopes
Response
successful operation
Example response
{
"access_token": "2YotnFZFEjr1zCsicMWsdv",
"token_type": "bearer",
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"scope": "admin",
"redirect_uri": "com.charthop.mobile://oauth"
}