curl --request GET \
--url https://api.openint.dev/v0/core/events \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"name": "<string>",
"data": {},
"timestamp": "<string>",
"user": {},
"org_id": "<string>",
"customer_id": "<string>",
"user_id": "<string>"
}
]
}
full
, incremental
1
Successful response
The response is of type object
.
curl --request GET \
--url https://api.openint.dev/v0/core/events \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_cursor": "<string>",
"has_next_page": true,
"items": [
{
"id": "<string>",
"name": "<string>",
"data": {},
"timestamp": "<string>",
"user": {},
"org_id": "<string>",
"customer_id": "<string>",
"user_id": "<string>"
}
]
}