Authorization

Contains authorization information, such as your current access token and refresh token.

If you enabled the expire user authorization token feature, you'll receive the following JSON response:

{
  "user_id": "3074457362577955221",
  "expires_in": 3599,
  "team_id": "3074457362577833142",
  "access_token": "o-P91OccaII0A63CDSK--x21xiI",
  "scope": "boards:write boards:read",
  "refresh_token": "-PIBKmE9rzQuL3bUeAvUEGFEhLk",
  "token_type": "bearer"
}

If you haven't enabled the expire user authorization token feature, you'll receive the following JSON response:


{
  "access_token" : "d2d8a7ea-32e5-426e-a6f1-0f3acced5a0e",
  "token_type" : "Bearer",
  "scope" : "team:read boards:write",
  "user_id" : "1074457322218258726",
  "team_id" : "1074457345600064604"
}