API & Integration Guide
Integrate EC-Permit with your existing systems using our REST API and webhooks. This guide covers authentication, endpoints, and best practices.
API Access
API access requires a VIP subscription. Visit the Store to upgrade your project.
Quick Start
Base URL
https://api.ecpermit.com/v1Authentication Example
curl -X GET "https://api.ecpermit.com/v1/projects" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Documentation
API Overview
Introduction to the EC-Permit API, rate limits, and versioning.
Authentication
Learn how to authenticate your API requests using API keys.
REST API Reference
Complete reference for all available API endpoints.
Webhooks
Receive real-time notifications when events occur.
Form Type Schema
JSON schema for form type configuration and import/export.
Best Practices
Tips for building robust integrations with EC-Permit.
Interactive API Docs
Explore our interactive API documentation with live examples:
Open Swagger UI