Welcome to ElasticFunnels API
The ElasticFunnels API allows you to programmatically manage your projects, pages, products, conversions, and analytics. Our API is organized around REST principles with predictable resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes.All API requests must be made over HTTPS. Calls made over plain HTTP will fail.
Base URL
All API endpoints are relative to the base URL:Authentication
The ElasticFunnels API uses API keys for authentication. You can generate and manage your API keys from your project settings under the API tab.Authentication Guide
Learn how to authenticate your API requests
Making Your First Request
Here’s a simple example to get your project details:cURL
JavaScript
Python
Rate Limits
Rate limiting information will be added in a future update. Currently, reasonable use is expected.