Returns all webhook subscriptions configured for the caller’s team. See the Webhooks tag description for the full list of event types. For detailed payload shapes per event type, see Webhook Event Payloads.
curl --request GET \
--url https://api.lofty.com/v1.0/webhooks \
--header 'Authorization: <authorization>'[
{
"subscribeId": 1234,
"teamId": 13233324,
"listId": 1,
"callbackUrl": "http://xxx.test.com",
"vendorId": 123,
"limit": 100
}
]Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
Webhook subscriptions for the team (may be empty).
the subscribe id
1234
The ID of the team to get
13233324
The ID of the list to get
1
The url link that you receive information
"http://xxx.test.com"
The ID of the vendor
123
limitation of webhook notifications in 30 mins for each, max is 5000
100
curl --request GET \
--url https://api.lofty.com/v1.0/webhooks \
--header 'Authorization: <authorization>'[
{
"subscribeId": 1234,
"teamId": 13233324,
"listId": 1,
"callbackUrl": "http://xxx.test.com",
"vendorId": 123,
"limit": 100
}
]