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>"
}
]
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>"
}
]