POST
/
subscriptions
/
{id}
/
activate
curl --request POST \
  --url https://api.alguna.io/subscriptions/{id}/activate \
  --header 'Authorization: Bearer <token>'

Activates a subscription. This endpoint is used to start the subscription billing cycle.

It requires at least one subscription version to be present on the subscription.

This will also publish all existing draft versions on the subscription.

Path Parameters

id
string
required

The unique identifier of the subscription to activate