Connect

Connect self-hosted WordPress with an application password

Connects one self-hosted WordPress site using a WordPress username and application password. siteUrl must use HTTPS and may include the path where WordPress is installed. Zernio discovers the REST API, verifies the credentials and required post/media/taxonomy capabilities, then stores the password encrypted. Create an application password in the WordPress user's profile; do not send the user's login password. Reconnecting the same site and profile updates the connection in place.

post/v1/connect/wordpress/token

Request body

profileIdstring required

Your Zernio profile ID (get from /v1/profiles).

siteUrlstring uri required

HTTPS base URL of the WordPress installation, including a subdirectory path when applicable.

usernamestring required

WordPress login name. A colon is not allowed.

applicationPasswordstring required

Application password created for the WordPress user. Spaces in WordPress display formatting are accepted.

Response

WordPress site connected as a platform account

Changes