cURL
curl --request POST \ --url https://api.smokeball.com/plugins/{pluginId}/subscriptions \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Subscribes an account with the specified plugin.
When request is successful. Returns a link to the plugin subscription.
The response is of type object.
object