CLI Authentication

Complete CLI authentication

Set the refresh token for a CLI authentication session using the login code

post/auth/cli/complete

Request body

login_codestring required
refresh_tokenstring required

Example request

{}

Response

Successful response

successboolean required

Always equal to true.

Example response

{
  "success": true
}

Changes