Skip to main content
Customer API

Customer API

Overview of the ept AI Customer API v2 for programmatic access to conversations and responses.

Customer API

The Customer API lets you programmatically read conversations and responses for your ept AI account. It is designed for B2B integrations that sync performance data into your own systems.

Base URL: https://api.ept.ai/customer-api/v2

Endpoints

MethodPathDescription
GET/conversationList conversations
GET/conversation/{id}Get one conversation
GET/responseList responses
GET/response/{id}Get one response

Next steps