{% extends "docs/base.html" %} {% block docs_content %}

get-self

Fetch the authenticated user

Auth

Authenticated

Example

pearing-cli get-self

Expected Response

Prints a single JSON object from the API.

Errors

Common auth errors are documented on the CLI overview page.

Help Output

Fetch the authenticated user.

Usage: pearing-cli get-self

Options:
  -h, --help  Print help (see more with '--help')
{% endblock %}