v3
latestSwagger 2.02026-08-067506752.0 MBapp
Generate or regenerate a long-lived access token for the app
post/v1/app/org/{orgId}/install/{appUserId}/token
Path parameters
orgIdstring required
Org identifier (either id or slug)
appUserIdstring required
App user id
Request body
Response
successful operation
Example response
{
"access_token": "2YotnFZFEjr1zCsicMWsdv",
"token_type": "bearer",
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"scope": "admin",
"redirect_uri": "com.charthop.mobile://oauth"
}