Identity

Validate a token, discover reachable projects, and list error codes.

Base https://api.nodion.com. Short paths needX-Nodion-Project unless the path already has/v2/projects/{id}. Request bodies are in the interactive docs.

GET/v2/errors

List error codes

Public catalog of problem `code` values. No authentication.

No authenticationInteractive docs

GET/v2/whoami

Identify the caller

Returns the user behind the token, how it authenticated, and the projects it can reach.

Scope readInteractive docs

PUT/v2/auth/me/default-project

Set the account default project

Scope writeInteractive docs

DELETE/v2/auth/cli/key

Revoke the personal API key used by this request

Scope writeInteractive docs