GET
/
billing
/
preview-price
curl --request GET \
  --url https://api.altostrat.io/billing/preview-price \
  --header 'Authorization: Bearer <token>'
{}

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.

Query Parameters

interval
enum<string>
required

The interval to preview (monthly or yearly).

Available options:
monthly,
yearly

Response

200
application/json

Invoice preview details.

Structure similar to Stripe's Invoice object reflecting the preview.