Introduction
API
Version 1.0.0
Welcome to the Eloquent API. Use these endpoints to connect your own systems to Eloquent, manage agent capabilities, and access tracking data programmatically.
Authenticate requests with an API token in the Authorization header: Bearer <token>. API tokens are company-scoped and can be created in your Eloquent company settings. Each token only grants the scopes selected when it was created, so make sure your token includes the permissions required by the endpoint you want to call.
All endpoints are versioned under /api/v1 and return JSON responses. Successful responses contain the requested resource or result, while errors return a JSON object with an error field and, when available, a human-readable message or validation issues.
Use this reference to explore available endpoints, required parameters, response shapes, and authentication requirements. New public endpoints will be added here as the API expands.