GET
/
plugins
/
{pluginId}
/
subscriptions
/
{id}
curl --request GET \
  --url https://api.smokeball.com/plugins/{pluginId}/subscriptions/{id} \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "href": "<string>",
  "relation": "<string>",
  "method": "GET",
  "self": {
    "id": "<string>",
    "href": "<string>",
    "relation": "<string>",
    "method": "GET"
  },
  "id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "pluginId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "pluginVersionId": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
  "createdDate": "2020-02-15T00:00:00Z",
  "lastUpdatedDate": "2020-02-15T00:00:00Z",
  "isDisabled": true
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

pluginId
string
required
id
string
required

Response

200
application/json

When request is successful. Returns the plugin.

The response is of type object.