Skip to Content
API Reference

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 projects
  • POST /projects - Create a new project
  • GET /projects/:id - Get project details
  • PUT /projects/:id - Update project
  • DELETE /projects/:id - Delete project