Connecting your site
- In Studio, open your app and go to Settings → WordPress Connection.
- Verify the site URL (set when you created the app). Update it if your site has moved.
- Click Connect (or Verify Connection if it was previously connected).
- Studio calls
GET /wp-json/blockli-mobile/v1/configon your site. - On success, Studio shows a green “Connected” badge and lists the detected capabilities.
The Blockli plugin must be installed and activated on the WordPress site before connecting. See Installation.
What Studio syncs
After a successful connection, Studio stores:
This data is used to pre-populate App Configuration and warn you if a module you’ve enabled in Studio requires a plugin that isn’t installed on your site.
Re-syncing
Click Sync Now at any time to re-read your site’s capabilities. Do this after:- Installing a new plugin that enables a Blockli module (e.g. adding LearnDash for Courses)
- Updating the Blockli plugin
- Changing your WordPress site URL
Troubleshooting
“Could not reach site” on connect- Confirm the Blockli plugin is activated
- Check pretty permalinks: Settings → Permalinks in WordPress admin (any structure except “Plain”)
- Test directly: visit
https://your-site.com/wp-json/blockli-mobile/v1/ping— you should see a JSON response - Check that no security plugin is blocking the REST API for unauthenticated requests to the
/blockli-mobile/namespace

