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.

Get Contact

Retrieves a single prospect contact by ID.

Request

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

Path parameters

ParameterTypeDescription
contactIdstringThe unique ID of the contact

Response 200

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