cURL
curl --request GET \ --url https://api.example.com/subscriptions
{ "subscriptions": [ { "id": "<string>", "options": {}, "sink": "<string>", "source": "<string>" } ] }
Returns a list of all registered subscriptions, optionally filtered by source or sink.
Filter by the exact specified sink.
Filter by the exact specified source.
List of subscriptions matching the filter criteria
List of all subscriptions.
Show child attributes
Was this page helpful?