Documentation
Cliux REST API
The Cliux REST API lets you programmatically manage sites, pages, contacts, products, and automations. All requests require a Bearer token from your agency or sub-account settings.
Authentication
Generate an API key from Settings → Developer → API Keys. Pass it as Authorization: Bearer YOUR_API_KEY. Keys are scoped to agency or sub-account and can be rotated without downtime.
Base URL
Production: https://api.cliux.com/v1. All responses are JSON. Rate limits: 100 requests/minute on Pro, 1000/minute on Unlimited SaaS.
Core endpoints
Sites: GET/POST /sites, Pages: GET/PATCH /sites/{id}/pages, Contacts: GET/POST /contacts, Products: GET/POST /products, Orders: GET /orders. Full OpenAPI spec available in the dashboard.
Pagination
List endpoints accept limit (max 100) and cursor query params. Responses include next_cursor when more results exist.
Related docs
Ready to integrate?
Create an account and generate API keys in minutes.
Start for free