Skip to main content

List lists

GET 

/lists

List lists

Request

Query Parameters

    page_size string

    Number of results to return per page. (Max: 100)

    Example: 100
    cursor string

    The pagination cursor value

    Example: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw
    object_type stringrequired

    Possible values: [contact, account, opportunity, lead]

    The Supaglue common object type to fetch a list for.

    Support:

    ProviderObject Type
    Salesforcecountact, account, opportunity, lead
    Hubspotcontact, account
    Example: contact

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

List Lists

Schema
    pagination objectrequired
    next stringnullablerequired
    previous stringnullablerequired
    total_count number
    records object[]required
  • Array [
  • id stringrequired

    The provider-specific unique identifier for this list.

    object_type stringrequired

    Possible values: [contact, account, lead, opportunity]

    name stringrequired

    The developer name of this list.

    label stringrequired

    The label for this list.

    raw_data objectrequired

    The raw data from the provider for this list.

    property name* any

    The raw data from the provider for this list.

  • ]
Loading...