v3

latestSwagger 2.02026-08-067506752.0 MB
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

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"
}