---
title: Create Ad Accounts
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/post-ad-accounts
---

# Create Ad Accounts

Create a new ad account under a specified organization.

## URL

POST https://api.ads.apple.com/v1/ad-accounts

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: Successful operation. Returns AdAccountResponse (result: AdAccount). 400 Bad Request: Bad Request. Returns ErrorResponse. 401 Unauthorized: Unauthorized. 403 Forbidden: Forbidden. 404 Not Found: Resource not found. Returns ErrorResponse. 429 Too Many Requests: Rate Limit Exceeded. See Applying Rate Limits. 500 Internal Server Error: Internal Server Error. Returns ErrorResponse.

## Discussion

Discussion This endpoint creates a new ad account under a specified organization. The ad account inherits currency, timezone, and paymentModel from the parent org at creation time. These values are immutable after creation, as is the orgId relationship. The name and productFeatures fields are both required. The system rejects the request if either is omitted. The X-AP-Context header isn’t required for this endpoint. To enable App Store advertising, include a CONTENT_PROVIDER delegation with the CPID as resourceId. To enable Maps advertising, include a BUSINESS_BRAND delegation with the Brand ID as resourceId. See ProductFeatures for delegation requirements by App Store or Apple Maps. Payload Examples

## See Also

- [Get Ad Account by ID](apple-ads-platform-api/get-ad-accounts-_id_.md)
- [Update Ad Accounts](apple-ads-platform-api/put-ad-accounts-_id_.md)
- [Get Advertiser Resources](apple-ads-platform-api/get-advertiser-resources.md)
