v1

OpenAPI 3.0.02026-07-13811489.0 KB
Users

Register App Store Transaction

Registers the mapping between a user and their Apple originalTransactionId.

post/users/{app_user_id}/transactions/app-store

Path parameters

app_user_idstring required

The app user id of the user.

Headers

x-api-keystring required

The API key to authenticate with.

Request body

original_transaction_idstring required

Apple's originalTransactionId from StoreKit.

app_account_tokenstring nullable

StoreKit 2 appAccountToken UUID.

Example request

{
  "original_transaction_id": "2000000123456789",
  "app_account_token": "550e8400-e29b-41d4-a716-446655440000"
}

Response

The transaction mapping has been registered.