Skip to content

API Reference

Welcome to the Interflow API documentation.

UNDER UPDATE

This documentation is in a continuous update phase.

Overview

The Interflow API allows you to integrate and automate platform functionalities in your applications.

Base URL

https://api.interflow.chat/v1

Authentication

The API uses API Keys for authentication:

bash
curl -X GET "https://api.interflow.chat/v1/customers" \
  -H "Authorization: Bearer your_api_key_here" \
  -H "Content-Type: application/json"

Rate Limiting

PlanLimit
Starter60 req/min
Professional300 req/min
Enterprise1000 req/min

Main Endpoints

Messages

MethodEndpointDescription
POST/messages/sendSend message
POST/messages/bulkSend bulk

Customers

MethodEndpointDescription
GET/customersList customers
POST/customersCreate customer
GET/customers/:idGet customer

Next Steps

Documentation constantly being updated