# Apple App Store

API configuration: `apple-app-store`

### Features

| Features                                                                                                                       | Status                        |
| ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------- |
| [Auth (Custom)](https://github.com/shahab-bahojb-basketAsia/terapi-docs/blob/main/integrate/guides/authorize-an-api/README.md) | ✅                             |
| [Sync data](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/sync-data-from-an-api)                              | ✅                             |
| [Perform workflows](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/perform-workflows-with-an-api)              | ✅                             |
| [Proxy requests](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/proxy-requests-to-an-api)                      | ✅                             |
| [Receive webhooks](https://terapi.gitbook.io/terapi-api-explorer/integrate/guides/receive-webhooks-from-an-api)                | 🚫 (time to contribute: <48h) |

We can implement missing features in <48h, just ask for it in the community.

### Getting started

* [How to create API keys for App Store](https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api)
* [Generating Issuer ID](https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests#3028613)

Do you need help? Please check this link.

### API gotchas

* After creating an API key, you will obtain `Private Key ID` and `Private Key`. The latter should be base64 encoded when passing to the authentication call.

Add Getting Started links and Gotchas by editing this page.
