curl --request GET \
--url https://api.openint.dev/v0/unified/crm/user \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"updated_at": "<string>",
"raw_data": {},
"name": "<string>",
"email": "<string>",
"is_active": true,
"created_at": "<string>",
"is_deleted": true,
"last_modified_at": "<string>"
}
]
}
full
, incremental
Successful response
The response is of type object
.
curl --request GET \
--url https://api.openint.dev/v0/unified/crm/user \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"updated_at": "<string>",
"raw_data": {},
"name": "<string>",
"email": "<string>",
"is_active": true,
"created_at": "<string>",
"is_deleted": true,
"last_modified_at": "<string>"
}
]
}