curl --request GET \
--url https://api.openint.dev/v0/unified/sales-engagement/sequence \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_page_cursor": "<string>",
"items": [
{
"id": "<string>",
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"is_deleted": true,
"last_modified_at": "<string>",
"owner_id": "<string>",
"tags": [
"<string>"
],
"num_steps": 123,
"metrics": {},
"is_enabled": true,
"raw_data": {}
}
]
}
Successful response
The response is of type object
.
curl --request GET \
--url https://api.openint.dev/v0/unified/sales-engagement/sequence \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>'
{
"next_page_cursor": "<string>",
"items": [
{
"id": "<string>",
"name": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"is_deleted": true,
"last_modified_at": "<string>",
"owner_id": "<string>",
"tags": [
"<string>"
],
"num_steps": 123,
"metrics": {},
"is_enabled": true,
"raw_data": {}
}
]
}