POST
/
subscriptions
/
{subscriptionId}
/
addons
/
{id}
curl --request POST \
  --url https://api.smokeball.com/subscriptions/{subscriptionId}/addons/{id} \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

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

Path Parameters

subscriptionId
string
required

The unique identifier of the subscription

id
string
required

The identifier of the add-on to add

Response

200

Successfully added the add-on