Skip to content

Wallets​

Endpoints to interact with Apple/Google wallet data


GET /api/v2/wallet/apple/{orderId}​

GET
/api/v2/wallet/apple/{orderId}

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

orderId*

ID of the order to generate the wallet data for

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


GET /api/v2/wallet/google/{orderId}​

GET
/api/v2/wallet/google/{orderId}

Authorizations​

bearerAuth
Type
HTTP (bearer)

Parameters​

Path Parameters

orderId*

ID of the order to generate the wallet data for

Type
integer
Required
Format
"int64"

Responses​

Playground​

Authorization
Variables
Key
Value

Samples​


Powered by VitePress OpenAPI