Conversations API

Manage and retrieve conversation data via the API

Get All Conversations

GET /api/v1/conversations
Authorization: Bearer YOUR_API_KEY

Get Single Conversation

GET /api/v1/conversations/{id}
Authorization: Bearer YOUR_API_KEY

Response Format

{
  "id": "conv_123",
  "channel": "SMS",
  "status": "OPEN",
  "contact": {
    "id": "contact_456",
    "phone": "+1234567890"
  },
  "messages": [...],
  "createdAt": "2024-01-15T10:00:00Z"
}

Full API documentation will be available when Orivela AI launches. Join the waitlist to be notified.