Addons
Create, update, and delete Unleash addons.
๐๏ธ Get all addons and providers
Retrieve all addons and providers that are defined on this Unleash instance.
๐๏ธ Create a new addon
Create an addon instance. The addon must use one of the providers available on this Unleash instance.
๐๏ธ Get a specific addon
Retrieve information about the addon whose ID matches the ID in the request URL.
๐๏ธ Update an addon
Update the addon with a specific ID. Any fields in the update object will be updated. Properties that are not included in the update object will not be affected. To empty a property, pass `null` as that property's value.
๐๏ธ Delete an addon
Delete the addon specified by the ID in the request path.
๐๏ธ Get integration events for a specific integration configuration.
Returns a list of integration events belonging to a specific integration configuration, identified by its id.