List integration addons
Retrieve all available integration addons and their status.
AuthorizationBasic <token>
WordPress Application Password authentication. Generate one at wp-admin > Users > Application Passwords. Use as Basic Auth with username:application_password (base64-encoded).
In: header
Response Body
application/json
application/json
curl -X GET "https://your-site.com/wp-json/fluent-cart/v2/integration/addons"{
"addons": {
"property1": {
"title": "string",
"description": "string",
"logo": "http://example.com",
"enabled": true,
"categories": [
"string"
],
"installable": "string",
"is_pro": true,
"is_pro_active": true,
"config_url": "http://example.com"
},
"property2": {
"title": "string",
"description": "string",
"logo": "http://example.com",
"enabled": true,
"categories": [
"string"
],
"installable": "string",
"is_pro": true,
"is_pro_active": true,
"config_url": "http://example.com"
}
}
}{
"code": "rest_forbidden",
"message": "Sorry, you are not allowed to do that.",
"data": {
"status": 401
}
}