IAPTIC_APP_NAME
: your-app-name-hereIAPTIC_API_KEY
: your-api-key-hereTool | Short Description |
---|---|
customer_add_purchase | Manually associate a customer with a purchase. |
customer_get | Get detailed information about a specific customer. |
customer_list | List customers from your Iaptic account. |
customer_subscription | Get customer’s subscription status. |
customer_transactions | Get customer’s transaction history. |
event_list | List recent events from your Iaptic account. |
iaptic_current_app | Get information about the currently active Iaptic app. |
iaptic_reset_app | Reset to the default Iaptic app. |
iaptic_switch_app | Switch to a different Iaptic app. |
purchase_get | Get detailed information about a specific purchase. |
purchase_list | List purchases from your Iaptic account. |
stats_app | Get statistics specific to your application. |
stats_get | Get general transactions, revenue, and usage stats. |
stripe_prices | Get available Stripe products and prices. |
transaction_get | Get detailed information about a specific transaction. |
transaction_list | List financial transactions from your Iaptic account. |
customer_add_purchase
platform:purchaseId
(e.g., apple:123109519983
)customerId
(string): Application username of the customerpurchaseId
(string): ID of the purchase to associatecustomer_get
customerId
(string): Unique identifier of the customercustomer_list
limit
and offset
for paginationlimit
(number, optional): Max customers to return (default: 100)offset
(number, optional): Number of customers to skipcustomer_subscription
customerId
(string): Application username of the customercustomer_transactions
customerId
(string): Application username of the customerevent_list
enddate
(string, optional): Filter before date (ISO)limit
(number, optional): Max to return (default: 100)offset
(number, optional): Skip for paginationstartdate
(string, optional): Filter after date (ISO)iaptic_current_app
iaptic_reset_app
iaptic_switch_app
appName
(string): Name of the app to switch toapiKey
(string, optional): API key (not needed if using master key)purchase_get
purchaseId
(string): Unique ID of the purchasepurchase_list
customerId
(string, optional): Filter by customer IDenddate
(string, optional): Before date (ISO)limit
(number, optional): Max to return (default: 100, max: 1000)offset
(number, optional): Skip for paginationstartdate
(string, optional): After date (ISO)stats_app
stats_get
stripe_prices
transaction_get
transactionId
(string): Unique ID of the transactiontransaction_list
enddate
(string, optional): Before date (ISO)limit
(number, optional): Max to return (default: 100, max: 1000)offset
(number, optional): Skip for paginationpurchaseId
(string, optional): Filter by purchase IDstartdate
(string, optional): After date (ISO)