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
- 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 Item
Get a subscription item applied discount.
Retrieves a SubscriptionItemAppliedDiscount resource.
GET
/
subscription-item-applied-discounts
/
{id}
curl -X GET \
/subscription-item-applied-discounts/{id} \
--header "Authorization: Bearer <token>"
{
"id": "<string>",
"subscriptionItem": "https://example.com/",
"coupon": "https://example.com/",
"status": "<any>",
"discount": {
"name": "10% off",
"type": "<any>",
"percentage": 10,
"fixedAmount": {},
"frequency": "<any>",
"frequencyInterval": 3
},
"appliedIntervals": 1,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"removed": true,
"completed": true,
"active": true,
"tenantId": "<string>"
}
Authorizations
Value for the Authorization header parameter.
Path Parameters
SubscriptionItemAppliedDiscount identifier
Response
200
application/json
SubscriptionItemAppliedDiscount resource
Was this page helpful?
curl -X GET \
/subscription-item-applied-discounts/{id} \
--header "Authorization: Bearer <token>"
{
"id": "<string>",
"subscriptionItem": "https://example.com/",
"coupon": "https://example.com/",
"status": "<any>",
"discount": {
"name": "10% off",
"type": "<any>",
"percentage": 10,
"fixedAmount": {},
"frequency": "<any>",
"frequencyInterval": 3
},
"appliedIntervals": 1,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"removed": true,
"completed": true,
"active": true,
"tenantId": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.