Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.repixa.io/llms.txt

Use this file to discover all available pages before exploring further.

List Contacts

Returns all prospect contacts captured from demo sessions.

Request

GET https://api.repixa.io/v1/contacts
Authorization: Bearer YOUR_API_KEY

Response 200

{
  "data": [
    {
      "id": "cnt_01hx...",
      "name": "Jane Smith",
      "email": "jane@startup.io",
      "company": "Startup Inc.",
      "created_at": "2026-05-20T14:12:22Z"
    }
  ]
}

Response fields

FieldTypeDescription
idstringUnique contact ID
namestringProspect’s full name
emailstringProspect’s email address
companystringProspect’s company name
created_atstringWhen the contact was first captured