Skip to main content

Get integration events for a specific integration configuration.

GET 

<your-unleash-url>/api/admin/addons/:id/events

Returns a list of integration events belonging to a specific integration configuration, identified by its id.

Request

Responses

#/components/schemas/integrationEventsSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/addons/:id/events' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!