org auth show-access-token

Show the current access token for an org.

Because access tokens are sensitive credentials that grant full access to an org, this command prompts for confirmation before revealing the token. Skip confirmation by specifying either the –no-prompt or –json flag.

Flag Name (Long)Flag Name (Short)Description
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑no‑prompt‑pType: Boolean

Skip the security warning and reveal the access token without confirmation.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Show the access token for the default org:

Show the access token for an org with alias “my-org”:

Show the access token without the confirmation prompt:

Get the access token as JSON for use in scripts: