Read App Clip Domain Debug Status Information for a Build Bundle
Get the debug status of the domain you associate with your App Clip for a specific build bundle.
URL
GET https://api.appstoreconnect.apple.com/v1/buildBundles/{id}/appClipDomainDebugStatusPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The opaque resource ID that uniquely identifies the Build Bundles resource. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[appClipDomainStatuses] Optional | [string] | Additional fields to include for each App Clip Domain Debug Statuses resource returned by the response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppClipDomainStatusResponse | The request completed successfully. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
See Also
Getting Build Bundle Information
Read the App Clip Domain Cache Status Information for a Build BundleList All Beta App Clip Invocations for a Build BundleList All File Sizes for a Build BundleGET /v1/buildBundles/{id}/relationships/appClipDomainCacheStatusGET /v1/buildBundles/{id}/relationships/appClipDomainDebugStatusGET /v1/buildBundles/{id}/relationships/betaAppClipInvocationsGET /v1/buildBundles/{id}/relationships/buildBundleFileSizes