Skip to main content

List

List the Add-ons configurations

Query Parameters
    token string

    The access token

    key string

    The key

    limit integer

    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

    Whether this Add-on can do content expansion

    can_import_to_wordpress boolean

    Whether this Add-on can import to WordPress.

    key string

    A key

    wp_admin string

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

    wp_json string

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