Get a specific addon
Retrieve information about the addon whose ID matches the ID in the request URL.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
id
Response
addonSchema
id
The addon's unique identifier.
provider
The addon provider, such as "webhook" or "slack".
description
A description of the addon. null if no description exists.
enabled
Whether the addon is enabled or not.
parameters
Parameters for the addon provider. This object has different required and optional properties depending on the provider you choose.
events
The event types that trigger this specific addon.
projects
The projects that this addon listens to events from. An empty list means it listens to events from all projects.
environments
The list of environments that this addon listens to events from. An empty list means it listens to events from all environments.