API documentation
View as Markdown

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

  1. Authentication — OAuth installation and private-application tokens.
  2. Errors — Error response format and codes.
  3. Rate Limits — Response headers and retry behavior.
  4. Pagination — Cursor-based pagination.
  5. Idempotency — Idempotent request handling.
  6. Versioning — API versioning strategy.
  7. Webhooks — Webhook events and delivery.

API Reference

ResourceDescription
SystemHealth check endpoint
PagesLanding page lifecycle management
ProductsProduct CRUD operations
LeadsLead ingestion and management
WebhooksWebhook subscription management
AccountAuthenticated account information

Base URL

https://api.demarky.ai

All requests must use HTTPS. The API is versioned via the URL path (/v1/).