GET
/
subscriptions
/
{id}
/
estimated-amount
cURL
curl -X GET \
 /subscriptions/{id}/estimated-amount \
 --header "Authorization: Bearer <token>"
{
  "netAmount": "10.00 €"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Subscription identifier

Response

Subscription resource

netAmount
string

Total net amount for the next billing

Example:

"10.00 €"