Device Wallet

Create Wallet Demo

get
Query parameters
namestringRequired

Name for the demo wallet

jobstringRequired

Job title for the demo wallet

companystringRequired

Company name for the demo wallet

emailstringRequired

Email address for the demo wallet

phonestringRequired

Phone number for the demo wallet

typestring · enumRequired

Type of wallet to create (apple or google)

Possible values:
Responses
200

Successful creation of wallet demo.

application/json
get
/device/wallet/demo
200

Successful creation of wallet demo.

Create Wallet

get
Query parameters
device_idintegerRequired

The ID of the device

keystringRequired

The key associated with the device

typestring · enumRequired

Type of wallet to create (apple or google)

Possible values:
Responses
200

Successful creation of wallet.

application/json
get
/device/wallet
200

Successful creation of wallet.

Send Wallet

post
Body
device_idintegerOptional

The ID of the device

profile_idintegerOptional

The ID of the profile

Responses
200

Successful sending of wallet.

application/json
post
/device/wallet/send
200

Successful sending of wallet.

Last updated