--- title: "API calls" slug: "api-aufrufe" updated: 2025-07-07T13:50:24Z published: 2025-07-07T13:50:24Z canonical: "help.frisbii.com/api-aufrufe" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API calls ## Basic API endpoints The process of transferring purchases to Frisbii Media takes place via API requests. All endpoints related to the use of in-app purchases are [documented](https://api.plenigo.com/#tag/App-Stores) in the [API documentation](https://api.plenigo.com/#tag/App-Stores). Frequently used endpoints for standard processes are: - [add purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/addAppleAppStorePurchase) - transfers data of an in-app purchase to Frisbii Media - [get purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/getAppleAppStorePurchase) - queries transferred data of an identified in-app purchase from Frisbii Media - [search purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/searchAppleAppStorePurchases) - searches the data of all in-app purchases in Frisbii Media - [associate purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/associateAppleAppStorePurchase) - links the data of an in-app purchase in Frisbii Media with a customer account in Frisbii Media - [dissociate purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/dissociateAppleAppStorePurchase) - removes the data of an in-app purchase in Frisbii Media from a customer account in Frisbii Media - [verify purchase](https://api.plenigo-stage.com/#tag/App-Stores/operation/verifyAppleAppStorePurchase) - checks the data of an in-app purchase in Frisbii Media against the Apple system, for example for validity --- ## Process for utilization The standard process for the use of in-app purchases is described below. - Every purchase that is to be used with Frisbii Media must be sent to the Frisbii Media API via an **add.** - All purchases sent to Frisbii Media can be searched via **get** or **search** . - If an already added purchase is to be linked to a known user, an **associate** is used. - If a link is to be removed, a **dissociate** is used. - A **verify request** is used to query whether the corresponding purchase is still valid, for example whether an App Store subscription is still active.