Skip to main content
GET
/
subscriptions
List subscriptions
curl --request GET \
  --url https://api.example.com/subscriptions
{
  "subscriptions": [
    {
      "id": "<string>",
      "options": {},
      "sink": "<string>",
      "source": "<string>"
    }
  ]
}

Query Parameters

sink
string | null

Filter by the exact specified sink.

source
string | null

Filter by the exact specified source.

Response

200 - application/json

List of subscriptions matching the filter criteria

List of all subscriptions.

subscriptions
object[]
required