You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `GET /rest/<store_view_code>/V1/eventing/getEventProviders` endpoint returns information about the event provider configured for the Commerce instance.
147
+
148
+
**Headers:**
149
+
150
+
`Authorization: Bearer <administrator token>`
151
+
152
+
The administrator must be granted access to the `Magento_AdobeIoEventsClient::event_provider_list` resource.
153
+
154
+
**Example usage:**
155
+
156
+
The following cURL command retrieves information about the configured event provider:
Copy file name to clipboardExpand all lines: src/pages/events/release-notes.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,16 @@ These release notes describe the latest version of Adobe I/O Events for Adobe Co
12
12
13
13
See [Update Adobe I/O Events for Adobe Commerce](installation.md#update-adobe-io-events-for-adobe-commerce) for upgrade instructions.
14
14
15
+
## Version 1.10.0
16
+
17
+
### Release date
18
+
19
+
December 10, 2024
20
+
21
+
### Enhancements
22
+
23
+
* Added the `GET /rest/<store_view_code>/V1/eventing/getEventProviders` REST endpoint for retrieving information about the configured event provider. <!---CEXT-3913 -->
Copy file name to clipboardExpand all lines: src/pages/webhooks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The resolution of a remote call also determines whether you should implement a w
27
27
28
28
Use these guidelines to develop your own webhooks:
29
29
30
-
1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events** to display the Events list page.
30
+
1. Identify the Adobe Commerce event that triggers a webhook. Adobe Commerce merchants can browse the available events from the Admin by selecting **System** > Events > **Events List** to display the Events list page.
31
31
32
32
1. Understand the default payload of the corresponding webhook by running the [`bin/magento webhooks:info` command](commands.md#display-the-payload-of-a-webhook).
0 commit comments