POST
/
billing
/
subscriptions
curl --request POST \
  --url https://api.altostrat.io/billing/subscriptions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "basic": {
    "interval": "month",
    "quantity": 11
  }
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Body

application/json

Response

202

Subscription update accepted.