Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 853 Bytes

File metadata and controls

33 lines (21 loc) · 853 Bytes

hostinger wordpress installations jwt-token

Get installation JWT token

Synopsis

Return a JWT token used to authenticate requests against the specified WordPress installation, including its MCP (Model Context Protocol) endpoint.

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

hostinger wordpress installations jwt-token <username> <software> [flags]

Options

  -h, --help   help for jwt-token

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hostinger.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO