We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl -X GET http://localhost:3333/subscriptions should return a response body containing JSON array listing all subscriptions.
curl -X GET http://localhost:3333/subscriptions
Console API returns nothing, but triggers a print to terminal, i.e. we are not constructing a response with requested info.