BillingSubscriptionChange

/Billing/subscription/change

POST
/Billing/subscription/change
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

lago_plan_code?string

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/Billing/subscription/change" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true,
  "checkout_url": "string",
  "error_message": "string"
}