<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/beta-app-clip-invocations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Beta App Clip Invocations"
}
-->

# Beta App Clip Invocations

Manage App Clip experiences for testers in TestFlight.

## Discussion

The `betaAppClipInvocations` resource represents an App Clip experience you make available to testers in TestFlight. Use it to read beta App Clip experience information and to create, update, and delete App Clip experiences for testers. For more information on testing App Clip invocations, see <doc://com.apple.documentation/documentation/AppClip/testing-the-launch-experience-of-your-app-clip>.

## Topics

### Managing Beta App Clip Invocation

[`GET /v1/betaAppClipInvocations/{id}`](/documentation/AppStoreConnectAPI/GET-v1-betaAppClipInvocations-_id_)

Get a specific App Clip invocation you configure for testing.

[`POST /v1/betaAppClipInvocations`](/documentation/AppStoreConnectAPI/POST-v1-betaAppClipInvocations)

Configure a new App Clip experience that testers launch using the TestFlight app.

[`PATCH /v1/betaAppClipInvocations/{id}`](/documentation/AppStoreConnectAPI/PATCH-v1-betaAppClipInvocations-_id_)

Change an App Clip invocation you make available to testers in the TestFlight app.

[`DELETE /v1/betaAppClipInvocations/{id}`](/documentation/AppStoreConnectAPI/DELETE-v1-betaAppClipInvocations-_id_)

Delete an App Clip invocation you make available to testers in TestFlight.

### Objects

[`BetaAppClipInvocation`](/documentation/AppStoreConnectAPI/BetaAppClipInvocation)

A TestFlight URL scheme invocation that allows beta testers to launch an App Clip during testing.

[`BetaAppClipInvocationResponse`](/documentation/AppStoreConnectAPI/BetaAppClipInvocationResponse)

A response containing a single TestFlight App Clip invocation URL.

[`BetaAppClipInvocationCreateRequest`](/documentation/AppStoreConnectAPI/BetaAppClipInvocationCreateRequest)

The request body you use to create an App Clip invocation for testers.

[`BetaAppClipInvocationUpdateRequest`](/documentation/AppStoreConnectAPI/BetaAppClipInvocationUpdateRequest)

The request body you use to update a Beta App Clip Invocation.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)