Project Type: WordPress Plugins

Newsletter Campaign Push

Push newsletter posts to Sendy email service for campaign distribution. Endpoint Push Campaign to Sendy Endpoint: POST /wp-json/extrachill/v1/newsletter/campaign/push Purpose: Prepare and send a newsletter post as an email campaign via...

Newsletter Subscription Endpoint

Route POST /wp-json/extrachill/v1/newsletter/subscribe Purpose Centralizes opt-ins from every signup surface (site header, article footers, blocks) and forwards them to the multisite subscription handler so marketing lists stay synchronized across the...

SEO Audit Endpoint

Starts a new SEO audit across the multisite network. Endpoint POST /wp-json/extrachill/v1/seo/audit Authentication Requires manage_network_options capability (Super Admin only). Request Parameters Parameter Type Required Description mode string Yes Audit mode:...

SEO Audit Continue Endpoint

Continues a batch audit from where it left off. Endpoint POST /wp-json/extrachill/v1/seo/audit/continue Authentication Requires manage_network_options capability (Super Admin only). Request Parameters None. Response Still In Progress { "status": "in_progress", "timestamp":...

SEO Audit Status Endpoint

Returns current audit results and progress. Endpoint GET /wp-json/extrachill/v1/seo/audit/status Authentication Requires manage_network_options capability (Super Admin only). Request Parameters None. Response No Audit Data { "status": "none", "timestamp": 0, "progress": {},...

Shop Orders

Manage artist shop orders, track fulfillment, and issue refunds for sold products. Endpoints List Artist Orders Endpoint: GET /wp-json/extrachill/v1/shop/orders Purpose: Retrieve paginated list of orders containing products from a specific...

OAuth Configuration

REST API endpoint for retrieving OAuth provider configuration for client applications. Endpoint Get OAuth Configuration Endpoint: GET /wp-json/extrachill/v1/config/oauth Purpose: Return OAuth provider configuration including enabled providers and platform-specific client IDs...

Contact Form Submission

REST API endpoint for handling contact form submissions with security verification and email integration. Endpoint Submit Contact Form Endpoint: POST /wp-json/extrachill/v1/contact/submit Purpose: Process contact form submissions with Cloudflare Turnstile verification,...

Documentation Info

Provide endpoint documentation and feature metadata for documentation agents and API consumers. Self-documenting endpoint that surfaces critical platform information. Endpoints Get Documentation Info Endpoint: GET /wp-json/extrachill/v1/docs-info Purpose: Retrieve metadata about...

Documentation Sync

REST API endpoint for synchronizing documentation content from source .md files to the documentation platform. Endpoint Sync Documentation Endpoint: POST /wp-json/extrachill/v1/sync/doc Purpose: Sync documentation from source .md files to documentation...

← Back to Chubes.net