API documentation
Demarky API
Demarky provides a REST API for managing landing pages, products, leads, webhooks, and account settings. All API endpoints are hosted at https://api.demarky.ai.
Getting started
- Authentication — OAuth installation and private-application tokens.
- Errors — Error response format and codes.
- Rate Limits — Response headers and retry behavior.
- Pagination — Cursor-based pagination.
- Idempotency — Idempotent request handling.
- Versioning — API versioning strategy.
- Webhooks — Webhook events and delivery.
API Reference
| Resource | Description |
|---|---|
| System | Health check endpoint |
| Pages | Landing page lifecycle management |
| Products | Product CRUD operations |
| Leads | Lead ingestion and management |
| Webhooks | Webhook subscription management |
| Account | Authenticated account information |
Base URL
https://api.demarky.ai
All requests must use HTTPS. The API is versioned via the URL path (/v1/).