app
Retrieve the current token for this app
get/v1/app/org/{orgId}/install/{appUserId}/token
Path parameters
orgIdstring required
Org identifier (either id or slug)
appUserIdstring required
App user id
Response
successful operation
Example response
{
"access_token": "2YotnFZFEjr1zCsicMWsdv",
"token_type": "bearer",
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA",
"scope": "admin",
"redirect_uri": "com.charthop.mobile://oauth"
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.