API

Connector Endpoints

Use the site API key generated on the Sites page.

POST /wp-json/fmp/v1/register-site
{
  "api_key": "fmp_xxxxx",
  "site_url": "https://example.com",
  "site_name": "Example Site"
}
POST /wp-json/fmp/v1/heartbeat
{
  "api_key": "fmp_xxxxx"
}