Skip to main content
C1 provides identity governance for WP Engine. Integrate your WP Engine portal with C1 for unified visibility and governance over which users have access to which WP Engine accounts.

Capabilities

ResourceSyncProvision
Accounts
Users
The connector syncs WP Engine accounts and users from the Hosting Platform API. Each account exposes membership grants showing which users belong to that account. This connector is read-only. It does not provision or modify access in WP Engine.

Gather WP Engine credentials

You need WP Engine API credentials from the portal API Access page. The connector uses HTTP Basic authentication with an API username and password.
1
Sign in to the WP Engine portal as an account owner.
2
Open the API Access page at https://my.wpengine.com/api_access.
3
Generate an API username (WPE_API_USER_ID) and password (WPE_API_PASSWORD) and copy both values.

Configure the WP Engine connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for WP Engine and click Add.
3
Choose how to set up the new WP Engine connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the WP Engine credentials:
  • Base URL: https://api.wpengineapi.com/v1
  • API username: The WP Engine API username you generated.
  • API password: The WP Engine API password you generated.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your WP Engine connector is now pulling access data into C1.

Connector configuration reference

SettingEnvironment variableRequiredDescription
Base URLBATON_BASE_URLYesWP Engine Hosting Platform API base URL, usually https://api.wpengineapi.com/v1.
API usernameBATON_API_USERNAMEYesWP Engine API username (WPE_API_USER_ID) for HTTP Basic Auth.
API passwordBATON_API_PASSWORDYesWP Engine API password (WPE_API_PASSWORD). Stored as a secret.