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
- 200
- 401
Found
- application/json
- Schema
- Example (from schema)
Schema
- first string nullable required
The link to the first page.
items object[] required
An array of objects.
Array [can_do_content_expansion boolean requiredWhether this Add-on can do content expansion
can_import_to_wordpress boolean requiredWhether this Add-on can import to WordPress.
key string requiredA key
wp_admin string requiredThe wp-admin endpoint for a website using the key.
wp_json string requiredThe 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.
{
"first": "string",
"items": [
{
"can_do_content_expansion": true,
"can_import_to_wordpress": true,
"key": "string",
"wp_admin": "string",
"wp_json": "string"
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Loading...