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/v1

Authentication Example

curl -X GET "https://api.ecpermit.com/v1/projects" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Documentation

Interactive API Docs

Explore our interactive API documentation with live examples:

Open Swagger UI