Skip to main content

List

List the Add-ons configurations

Query Parameters
  • token string required

    The access token

  • key string required

    The key

  • limit integer required

    Default value: 10

    The maximum number of results

Responses

Found


Schema
  • first string nullable required

    The link to the first page.

  • items object[] required

    An array of objects.

  • Array [
  • can_do_content_expansion boolean required

    Whether this Add-on can do content expansion

  • can_import_to_wordpress boolean required

    Whether this Add-on can import to WordPress.

  • key string required

    A key

  • wp_admin string required

    The wp-admin endpoint for a website using the key.

  • wp_json string required

    The wp-json endpoint for a website using the key.

  • ]
  • 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...