Contents

Get Business Category

Retrieve a single business category by its identifier.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
BusinessCategoryResponse
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
ErrorResponse
429Too Many Requests
Content-Type: application/json
Error
500Internal 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.

Payload Examples

See Also