get https://{hostname}//webhooks/subscriptions
Returns your Webhooks v3 subscriptions. Subscriptions define the events that result in webhook notifications being sent to your listener endpoint.
Responses
Returns your Webhooks v3 subscriptions. Subscriptions define the events that result in webhook notifications being sent to your listener endpoint.
xxxxxxxxxx
curl --request GET \
--url https://hostname/customerId/webhooks/subscriptions \
--header 'accept: application/json'
xxxxxxxxxx
30}
{
"_embedded": {
"subscriptions": [
{
"_links": {
"self": {
"href": "/e0a70b4f-1eef-4856-bcdb-f050fee66aae/webhooks/subscriptions/a6de662c-e93b-4041-96f0-283214de75b6"
}
},
"createdAt": "2020-05-12T05:30:13.460788Z",
"customerId": "e0a70b4f-1eef-4856-bcdb-f050fee66aae",
"enabled": true,
"endpoint": "https://webhook.site/46ff3c5e-ae95-43df-b32d-d07bb84746b4",
"events": [
"entityCreated",
"entityDeleted"
],
"subscriptionId": "a6de662c-e93b-4041-96f0-283214de75b6",
"title": "Documentation subscription",
"updatedAt": "2021-02-03T04:30:27.956607Z"
}
]
},
"_links": {
"self": {