API Reference
This section contains the complete API reference for Coupler.
Overview
The Coupler API provides a comprehensive set of endpoints and functions for interacting with the platform.
Authentication
All API requests require authentication. Include your API key in the request headers.
Endpoints
Base URL
https://api.coupler.com/v1
Available Endpoints
GET /projects- List all projectsPOST /projects- Create a new projectGET /projects/:id- Get project detailsPUT /projects/:id- Update projectDELETE /projects/:id- Delete project