Skip to main content

List prospects

List prospects and supports filters, sorting and pagination.

Request Body required
    filters object[]
  • Array [
  • name string
    operator string
    bool_value boolean
    string_value string
    number_value float
  • ]
  • group_by string[]
    offset int64
    limit int64
    search string
    sort object[]
  • Array [
  • name string
    order string
  • ]
Responses

A successful response.


Schema
    prospects object[]
  • Array [
  • id string
    name string
    email string
    phone string
    activity string
    status subscription status

    Possible values: [STATUS_UNSPECIFIED, STATUS_UNSUBSCRIBED, STATUS_SUBSCRIBED]

    Default value: STATUS_UNSPECIFIED

    changed_at date-time
    source string
    verified boolean
    created_at date-time
    updated_at date-time
    metadata object
  • ]
  • pagination object
    offset int64
    limit int64
    total_count int64
    group object
    name string
    data object[]
  • Array [
  • name string
    count int64
  • ]
Loading...