> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Apple Business Manager - How do I link my account?

# Overview

To authenticate with Apple Business Manager, you will need:

1. **Client ID** – Returned when you upload your public key in Apple Business Manager.
2. **Key ID** – Returned when you upload your public key in Apple Business Manager.
3. **Private Key** – The EC private key (PEM format) you generate to sign the client assertion JWT.

This guide will walk you through generating your **Private Key** and finding your **Client ID** and **Key ID** in Apple Business Manager.

### Prerequisites:

* An [Apple Business Manager](https://business.apple.com) account with the **Administrator** role.

### Instructions:

#### Step 1: Create an API account and generate a private key

Apple Business Manager authenticates using a P-256 elliptic curve private key that you generate — it is never stored by Apple.

1. Sign in to **Apple Business Manager** as a user with the **Administrator** role.
2. Select your name at the bottom of the sidebar, then select **Preferences** → **API**.

<img src="https://mintcdn.com/nango/gMBIgub4tWAeHtJF/api-integrations/apple-business-manager/api_option.png?fit=max&auto=format&n=gMBIgub4tWAeHtJF&q=85&s=aa8fdb75dc3e104071fc296ea4322794" width="1600" height="745" data-path="api-integrations/apple-business-manager/api_option.png" />

3. Click **Create API Account**.

<img src="https://mintcdn.com/nango/gMBIgub4tWAeHtJF/api-integrations/apple-business-manager/create_api.png?fit=max&auto=format&n=gMBIgub4tWAeHtJF&q=85&s=324b48e864f976f42d81a09a39fed431" width="1600" height="754" data-path="api-integrations/apple-business-manager/create_api.png" />

4. Enter an account label, click **Create**, then click **Generate Private Key** and save the file.

The `.pem` file automatically downloads to your browser's download location. This key is used to sign JWTs for authentication.

#### Step 2: Note your credentials

After generating the private key, Apple Business Manager displays your API account details. Select **Manage** to view:

* **Client ID** – A unique identifier for your API account, used in JWT claims.
* **Key ID** – The identifier for the key pair, used in the JWT header.

Keep these values available for the next step.

<img src="https://mintcdn.com/nango/gMBIgub4tWAeHtJF/api-integrations/apple-business-manager/created_api.png?fit=max&auto=format&n=gMBIgub4tWAeHtJF&q=85&s=024c95390247e9878f4fc0f4f0e5f101" width="1600" height="792" data-path="api-integrations/apple-business-manager/created_api.png" />

#### Step 3: Enter credentials in Nango

Once you have your **Client ID**, **Key ID**, and **Private Key**:

1. Open the form where you need to authenticate with Apple Business Manager.
2. Enter your **Client ID**, **Key ID**, and **Private Key** in their respective fields.
3. Submit the form to complete authentication.

<img src="https://mintcdn.com/nango/gMBIgub4tWAeHtJF/api-integrations/apple-business-manager/form.png?fit=max&auto=format&n=gMBIgub4tWAeHtJF&q=85&s=f06b3549e58fc65f53b413eddeb1e832" style={{maxWidth: "450px" }} width="996" height="1340" data-path="api-integrations/apple-business-manager/form.png" />

You are now connected to Apple Business Manager.
