GET
/
unified
/
sales-engagement
/
contact
curl --request GET \
  --url https://api.openint.dev/v0/unified/sales-engagement/contact \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "next_page_cursor": "<string>",
  "items": [
    {
      "id": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "owner_id": "<string>",
      "account_id": "<string>",
      "job_title": "<string>",
      "address": {
        "city": "<string>",
        "country": "<string>",
        "postal_code": "<string>",
        "state": "<string>",
        "street_1": "<string>",
        "street_2": "<string>"
      },
      "email_addresses": [
        {
          "email_address": "<string>",
          "email_address_type": "primary"
        }
      ],
      "phone_numbers": [
        {
          "phone_number": "<string>",
          "phone_number_type": "primary"
        }
      ],
      "open_count": 123,
      "click_count": 123,
      "reply_count": 123,
      "bounced_count": 123,
      "created_at": "<string>",
      "updated_at": "<string>",
      "is_deleted": true,
      "last_modified_at": "<string>",
      "raw_data": {}
    }
  ]
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Query Parameters

cursor
string | null

Response

200
application/json
Successful response
items
object[]
required
next_page_cursor
string | null