Get Business Category
Retrieve a single business category by its identifier.
URL
GET https://api.ads.apple.com/v1/business-categories/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Header Parameters
| Name | Type | Description |
|---|---|---|
X-Ap-Context Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | BusinessCategoryResponse | |
| 400 | Bad Request Content-Type: application/json | Error | |
| 401 | Unauthorized Content-Type: application/json | Error | |
| 403 | Forbidden Content-Type: application/json | Error | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Too Many Requests Content-Type: application/json | Error | |
| 500 | Internal Server Error Content-Type: application/json | Error |
Discussion
This endpoint returns the full BusinessCategory object for the specified category ID. Use this endpoint to look up the qualifiedId, display name, and eligibility status for a specific category. The id is the MUID, which you can obtain from the Query Business Categories endpoint.