## login list

List the account and sandbox contexts authorized for the current session. Each context shows its available sandbox or live mode, and the active context is marked.

Use [stripe switch context](https://docs.stripe.com/cli/switch/context.md) to select a different authorized context. To authorize more accounts or sandboxes, or to change permissions, use [stripe reauth](https://docs.stripe.com/cli/reauth.md).

**Command:** `stripe login list`

### Examples

**List authorized contexts**

```sh
stripe login list
```
