Skip to main content

List

List the accounts

Query Parameters
    cursor string

    The cursor

    limit int32

    Default value: 10

    can_content_generation boolean

    Filter accounts that can or cannot do Content Generation

    include_entity_count boolean

    Add entity count data

    include_all_accounts boolean

    Include all the accounts the user has access to

    include_subscription boolean

    Include the subscription data

    url string

    The URL

    ng_dataset_id string

    The dataset id

Responses

Found


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • country string
    diagnostic_plugins object[]
  • Array [
  • account_id int64

    The account id.

    active boolean

    Whether the plugin is active.

    created_at date-time

    The create date-time

    id int64

    The record id.

    name string

    The plugin name.

    version string

    The plugin version.

  • ]
  • domain_uri string
    google_search_console_site_url string
    id int64
    is_wordpress boolean
    key string
    language string
    ng_dataset_id string
    package_type string
    subscription object
    email string
    first_name string
    last_name string
    order_id int64
    sku string
    subscription_id int64
    total_entities int64
    total_entities_with_schema_url int64
    url string
    user_id int64
    wp_admin string
    wp_include_exclude_default string
    wp_json string
  • ]
  • last string nullable required

    The link to the last page.

    next string nullable required

    The link to the next page or null if there's no page.

    prev string nullable required

    The link to the previous page or null if there's no page.

    self string nullable required

    The link to the current page.

Loading...