WordPress Themes & Plugins

Get list of company plugins

SecuritybearerAuth
Request
path Parameters
id
required
string
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
Request Body schema: application/json
offset
number
limit
number
search
string
status
string
Enum: "active" "inactive"
column
string
Enum: "vulnerable" "updatesAvailable"
object
Responses
200

List of company plugins

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while retrieving company plugins

get/company/{id}/wp-plugins
Request samples
application/json
{
  • "offset": 0,
  • "limit": 30,
  • "search": "Elementor",
  • "status": "active",
  • "column": "updatesAvailable",
  • "order_by": {
    }
}
Response samples
application/json
{
  • "company": {
    }
}

Get list of company themes

SecuritybearerAuth
Request
path Parameters
id
required
string
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
Request Body schema: application/json
offset
number
limit
number
search
string
status
string
Enum: "active" "inactive"
column
string
Enum: "vulnerable" "updatesAvailable"
object
Responses
200

List of company themes

401

No or invalid API key provided to the request

404

Could not find the company or the user does not have permissions to retrieve data

500

Error occurred while retrieving company themes

get/company/{id}/wp-themes
Request samples
application/json
{
  • "offset": 0,
  • "limit": 30,
  • "search": "Twenty Twenty-One",
  • "status": "active",
  • "column": "updatesAvailable",
  • "order_by": {
    }
}
Response samples
application/json
{
  • "company": {
    }
}