API Documentation

Integrate Closeway into your workflow

Getting Started

The Closeway API allows you to programmatically access call data, analytics, and integrate with your existing tools. API access is available on Team and Enterprise plans.

Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Endpoints

GET/api/v1/calls

List all calls for the authenticated user

GET/api/v1/calls/:id

Get details for a specific call

GET/api/v1/analytics

Get analytics and metrics

POST/api/v1/webhooks

Configure webhook endpoints

Rate Limits

API requests are limited to prevent abuse:

  • • Team plan: 1,000 requests per hour
  • • Enterprise plan: 10,000 requests per hour

Need help with the API?

Contact Developer Support