Generate a one-time SSO link to log in directly to wp-admin without a password. The link is time-limited.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example installationId string required WordPress installation ID (e.g., 26_12345)
link string installationId string https://cloud.hostup.se/api/hosting/{accountId}/wordpress-sso curl -X POST "https://cloud.hostup.se/api/hosting/14429/wordpress-sso" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"installationId": "string"
}' {
"link": "string",
"installationId": "string"
} {
"installationId": "string"
}