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

Documentation Index

Fetch the complete documentation index at: https://alguna.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Activates a subscription. This is the only way to transition a subscription to active status — setting the status directly via the create or update endpoints is not supported. Before activation, the subscription must meet these requirements:
  • At least one subscription version must be present
  • All versions must have a start date
  • Each version must have at least one price
This will also publish all existing draft versions on the subscription.

Path Parameters

id
string
required
The unique identifier of the subscription to activate