POST
/
unified
/
crm
/
contact
/
_batch_read
curl --request POST \
  --url https://api.openint.dev/v0/unified/crm/contact/_batch_read \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "ids": [
    "<string>"
  ],
  "properties": [
    "<string>"
  ]
}'
[
  {
    "id": "<string>",
    "updated_at": "<string>",
    "raw_data": {},
    "first_name": "<string>",
    "last_name": "<string>",
    "email": "<string>",
    "phone": "<string>"
  }
]

Authorizations

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

Body

application/json
ids
string[]
required
properties
string[]
required

Response

200
application/json
Successful response
id
string
required
updated_at
string
required

ISO8601 date string

raw_data
object
first_name
string | null
last_name
string | null
email
string | null

Primary email address

phone
string | null

Primary phone number