modzy whoami
Summarizes effective authentication information
$ modzy whoami [flags]
will get effective authentication information that this command is using and will display the non-sensitive portion for the purpose of troubleshooting authentication.
Usage
Enter the following code into the terminal. In this example, authentication is being handled by command flags.
$ modzy whoami --base-url BASE_URL --api-key API_KEY
Replace BASE_URL
with the URL of your instance of Modzy, such as https://trial.app.modzy.com
Replace API_KEY
with a valid API key string
The output is similar to the following:
Configuration file:
Base URL: https://trial.app.modzy.com
API Key: tRbZgskCOD62703KdU1u.***
Team ID:
Team Token:
Flags
-h, --help help for whoami
Updated about 1 year ago