Get plugins with settings
GET/api/v1/settings/plugins
Retrieves plugins with their settings.
Response sample
{
"data":{
"customerId": "string",
"siteId": "string",
"plugins": [{
"id": "string",
"name": "string",
"webComponentUrl": "string",
"version": "string",
"subscriptionId": "string",
"serviceID": "string",
"settings": [{
"name": "string",
"value": "string",
}]
}]
},
"links": {
"link": {
"href": "https://api.example.com/v1/...",
"type": "self"
}
}
}
Request
Responses
- 200
- 400
Success
Bad Request