Skip to main content

List

List the accounts

Query Parameters
  • cursor string required

    The cursor

  • limit int32 required

    Default value: 10

  • can_content_generation boolean required
Responses

Found


Schema
  • first string nullable required

    The link to the first page.

  • items object[] required

    An array of objects.

  • Array [
  • country string required
  • domain_uri string required
  • id int64 required
  • key string required
  • language string required
  • ng_dataset_id string required
  • package_type string required
  • subscription_id int64 required
  • url string required
  • user_id int64 required
  • wp_admin string required
  • wp_include_exclude_default string required
  • wp_json string required
  • ]
  • 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...