skillett whoami
skillett whoamiDescription
Section titled “Description”Shows the email and display name of the currently authenticated user. A quick way to verify which account you’re logged in as.
Options
Section titled “Options”No options.
API call
Section titled “API call”GET /v1/me
Examples
Section titled “Examples”$ skillett whoami{ "email": "david@example.com", "display_name": "David"}Exit codes
Section titled “Exit codes”0— Success1— Not authenticated2— Network or server error