Skip to main content

List Subscriptions

GET 

https://embedded.runalloy.com/2024-03/one/webhooks

Returns a list of active webhook subscriptions you've previously registered with Alloy Unified API.

Request

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"subscriptions": [
{
"address": "https://your-server.com/api/v1/webhhook",
"topic": [
"connection/created",
"connection/deleted",
"connection/authentication_failure",
"commerce/customers",
"commerce/orders",
"commerce/products",
"accounting/companyInfo",
"accounting/accounts",
"accounting/customers",
"accounting/taxRates",
"accounting/trackingCategories",
"accounting/vendors",
"accounting/items",
"accounting/payments",
"accounting/purchaseOrders",
"accounting/bills",
"accounting/invoices",
"crm/accounts",
"crm/contacts",
"crm/leads",
"crm/notes",
"crm/opportunities",
"crm/stages",
"crm/tasks",
"crm/users",
"sync/started",
"sync/completed",
"sync/failed"
],
"isEnabled": false,
"subscriptionId": "658a0e6071defce8902069de"
}
]
}
curl -L 'https://embedded.runalloy.com/2024-03/one/webhooks' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03/one
Parameters
— headerrequired
ResponseClear

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