GET
/
subscriptions
{
  "subscriptions": [
    {
      "id": "<string>",
      "source": "<string>",
      "sink": "<string>",
      "options": {}
    }
  ]
}

Query Parameters

sink
string

Filter by the exact specified sink.

source
string

Filter by the exact specified source.

Response

200 - application/json
subscriptions
object[]
required