cURL
curl --request GET \ --url https://api.example.com/subscriptions/{subscription}
{ "id": "<string>", "options": {}, "sink": "<string>", "source": "<string>" }
Returns the details of a specific subscription, including its source, sink, and configuration options.
Subscription identifier
Subscription details including source, sink, and options
Subscription details.
Show child attributes
Was this page helpful?