Contents

Get Brand by ID

Retrieve a single brand by its unique identifier.

URL

GET https://api.ads.apple.com/v1/business-brands/{id}

Path Parameters

NameTypeDescription
id Requiredstring

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
BrandResponse
400Bad Request
Content-Type: application/json
Error
401Unauthorized
Content-Type: application/json
Error
403Forbidden
Content-Type: application/json
Error
404Not Found
Content-Type: application/json
BrandResponse
429Too Many Requests
Content-Type: application/json
Error
500Internal Server Error
Content-Type: application/json
Error

Discussion

This endpoint retrieves a single brand by its ID. The brand id in the response is the same value you use as promotedObjectId when creating a BUSINESS_BRAND campaign.

Payload Examples

See Also