GET
/
unified
/
sales-engagement
/
sequence
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": {}
    }
  ]
}

Authorizations

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

Query Parameters

cursor
string | null

Response

200
application/json
Successful response
items
object[]
required
next_page_cursor
string | null