Everything documented,right at your fingertips.
From setup to the API, from integrations to security — resources that explain Corex360 end to end, rich with code examples.
Developer-friendly
Written to be used, not just read.
Every page comes with copy-and-run examples. You don't read pages to try an endpoint; you grab the example, drop in your key and run it.
Our REST API is predictable, consistent and well documented. Official SDKs are ready for JavaScript, Python and PHP; with webhooks you subscribe to real-time events.
// canlı siparişleri çek
import { Corex } from "@corex360/sdk";
const cx = new Corex(COREX_KEY);
const orders = await cx.orders.list({
status: "open",
limit: 20,
});Pick where to start.
Each section is broken into short, task-focused articles.
Quickstart
Five minutes from setup to your first API call.
6 articlesAPI Reference
Every endpoint, parameter and example response.
48 articlesGuides
Scenario-based, step-by-step how-tos.
24 articlesIntegrations
WhatsApp, email, accounting and 120+ tools.
32 articlesSDKs & Libraries
Official packages for JavaScript, Python and PHP.
9 articlesWebhooks & Events
Subscribe to real-time events in seconds.
14 articlesAuth & Security
OAuth, API keys and role-based access.
11 articlesChangelog
New features, improvements and changes.
20 articles
