API
SquareBox REST API
Programmatic access to RevenueOS, GrowthFlow, and platform data. Build custom integrations with our developer-friendly API.
# Authentication
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.squarebox.cloud/v1/account
GET
/v1/accountRetrieve account information and subscription details.
GET
/v1/revenue/metricsGet revenue metrics and optimization opportunities.
POST
/v1/revenue/optimizeTrigger AI revenue optimization analysis for a store.
GET
/v1/growth/conversationsList active WhatsApp conversations and lead status.
POST
/v1/growth/messagesSend a message through GrowthFlow WhatsApp automation.
POST
/v1/webhooksRegister a webhook endpoint for real-time event notifications.