Get installation JWT token
hosting_getInstallationJWTTokenV1Get a JWT to authenticate requests against a specified WordPress installation, including its MCP endpoint. Provide the installation ID and username to receive the token for API access.
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 |