Skip to main content

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