ContactsGet contact

Get contact

Requires contacts:read. Returns all public scalar fields and active custom values by default. Related resources require explicit include and their read scope.

curl -X GET "https://app.inrepli.com/v1/contacts/example_string?include=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": {
    "id": "example-id-2",
    "name": "Example contact",
    "firstName": null,
    "lastName": null,
    "email": "contact@example.test",
    "mobile": null,
    "position": null,
    "company": null,
    "companyId": null,
    "ownerId": null,
    "qualification": true,
    "createdAt": "2026-09-09T06:34:58.379Z",
    "updatedAt": "2026-09-09T06:34:58.379Z",
    "industry": null,
    "language": null,
    "timezone": null,
    "linkedinUrl": null,
    "recordSource": null,
    "originChannel": null,
    "notes": null,
    "notesAt": null,
    "score": null,
    "reasoning": null,
    "qualificationConfidence": null,
    "qualifiedAt": null,
    "intentType": null,
    "intentLevel": null,
    "intentReason": null,
    "intentInferredAt": null,
    "lastInteractionAt": null,
    "lastMessageSentAt": null,
    "lastMessageReceivedAt": null,
    "sessionSummaryDiscussed": null,
    "sessionSummaryRequests": null,
    "sessionSummaryAt": null,
    "enrichmentStatus": null,
    "enrichmentAt": null,
    "doNotContact": null,
    "doNotContactAt": null,
    "doNotContactReason": null,
    "emailMarketingConsentStatus": null,
    "emailMarketingConsentUpdatedAt": null,
    "smsMarketingConsentStatus": null,
    "smsMarketingConsentUpdatedAt": null,
    "whatsappMarketingConsentStatus": null,
    "whatsappMarketingConsentUpdatedAt": null,
    "phoneMarketingConsentStatus": null,
    "phoneMarketingConsentUpdatedAt": null,
    "consentUpdatedAt": null,
    "contactable": null,
    "contactableChannels": null,
    "contactabilityUpdatedAt": null,
    "emailReachabilityStatus": null,
    "webChatReachabilityStatus": null,
    "whatsappReachabilityStatus": null,
    "whatsappServiceWindowExpiresAt": null,
    "phoneReachabilityStatus": null,
    "etag": ""2026-09-09T06:34:58.379Z"",
    "location": {
      "country": null,
      "region": null,
      "city": null
    },
    "customFields": {
      "segment": "enterprise"
    }
  }
}
GET
/contacts/{id}
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Tenant API key beginning with inr_v1_.

Tenant API key beginning with inr_v1_.
query
includestring

Optional relations: company,owner. profile,notes,insights,engagement,enrichment,consent,contactability remain accepted for compatibility; their fields are now returned by default.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Tenant API key beginning with inr_v1_.

Path Parameters

Query Parameters

includestring

Optional relations: company,owner. profile,notes,insights,engagement,enrichment,consent,contactability remain accepted for compatibility; their fields are now returned by default.

Responses

dataobject