GET
/
unified
/
sales-engagement
/
sequence_state
curl --request GET \
  --url https://api.openint.dev/v0/unified/sales-engagement/sequence_state \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "next_page_cursor": "<string>",
  "items": [
    {
      "id": "<string>",
      "state": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "is_deleted": true,
      "last_modified_at": "<string>",
      "sequence_id": "<string>",
      "contact_id": "<string>",
      "mailbox_id": "<string>",
      "user_id": "<string>",
      "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