Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.useaira.com/v1/contracts/{id}/recurring-discounts \ --header 'X-API-KEY: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "planId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "description": "<string>", "startDate": "2023-12-25", "endDate": "2023-12-25", "isActive": true } ] }
Lists the recurring discounts configured for a contract.
API Key Authentication.
Unique identifier for the contract.
Default Response
A list of items.
Show child attributes