Get installation JWT token
hosting_getInstallationJWTTokenV1Obtain a JWT token for authenticating requests to a specific WordPress installation using its identifier and username. Enables secure access to the installation's API and MCP endpoint.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |