API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- GETGet all subscriptions
- POSTCreate subscription
- POSTCreate subscription from plan
- GETGet subscription
- PUTUpdate subscription
- DELDelete subscription
- PUTActivate subscription
- GETGet estimated amount
- GETGet estimated invoice
- PUTExtend trial
- PUTUpdate invoice address
- PUTPause subscription
- PUTUpdate payment method
- POSTOrder products
- PUTResume subscription
- PUTRevoke trial
- PUTCancel subscription
- POSTAdd comment
- GET
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Subscription
Get estimated amount
Get the estimated amount of the subscription.
Required permissions:subscription:read
GET
/
subscriptions
/
{id}
/
estimated-amount
curl -X GET \
/subscriptions/{id}/estimated-amount \
--header "Authorization: Bearer <token>"
{
"netAmount": "10.00 €"
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
Subscription identifier
Response
200
application/json
Subscription resource
Was this page helpful?
curl -X GET \
/subscriptions/{id}/estimated-amount \
--header "Authorization: Bearer <token>"
{
"netAmount": "10.00 €"
}
Assistant
Responses are generated using AI and may contain mistakes.