latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Feeds
List feed subscriptions for the authenticated token
Returns active feed automations associated with the authenticated user. Use includeRemoved=true to include archived subscriptions.
get/feeds/subscriptions
Query parameters
includeRemovedboolean
Include subscriptions that have been removed when set to true.
Response
Array of feed subscriptions
Example response
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"feedId": 42
}
]