For the complete documentation index, see llms.txt. This page is also available as Markdown.

Apple Business Manager

Connection Requirements

1 - Domain

The API domain for Apple Business Manager.

Default: api-business.apple.com

2 - Client ID

The client ID received when uploading your public key to Apple Business Manager. This value is prefixed with BUSINESSAPI. followed by a UUID.

3 - Team ID

Your organization identifier in Apple Business Manager. This value is also prefixed with BUSINESSAPI. followed by a UUID.

4 - Key ID

The UUID identifier for the public key you uploaded to Apple Business Manager.

5 - Private Key

The ES256 (P-256 elliptic curve) private key in PEM format. This is the private key corresponding to the public key you uploaded to Apple Business Manager.

Key Generation

Generate an ES256 key pair and upload the public key to Apple Business Manager under Settings > API Keys.

6 - Proxy

Proxy url. (optional)

7 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated