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
| Method | Path | Description |
|---|---|---|
| GET | /conversation | List conversations |
| GET | /conversation/{id} | Get one conversation |
| GET | /response | List responses |
| GET | /response/{id} | Get one response |
Next steps
- Authentication — create keys, reveal keys, call the API with Bearer auth
- Conversations — list and detail endpoints
- Responses — list and detail endpoints