Wallet

Retrieve all wallet resources

get
Responses
chevron-right
200

A list of all wallet resources.

application/json
get
/wallet
200

A list of all wallet resources.

Create a new wallet resource

post
Body
filestring · binaryOptional

Binary file to be uploaded.

metadataobjectOptional

Metadata associated with the file.

Responses
post
/wallet
201

Wallet resource created.

No content

Retrieve a specific wallet resource by ID

get
Path parameters
resourceIDstringRequired

ID of the wallet resource

Responses
chevron-right
200

Specific wallet resource details.

application/octet-stream
Responsestring · binary
get
/wallet/{resourceID}
200

Specific wallet resource details.

Update a specific wallet resource

put
Path parameters
resourceIDstringRequired

ID of the wallet resource

Body
string · binaryOptional
Responses
chevron-right
200

Wallet resource updated.

No content

put
/wallet/{resourceID}
200

Wallet resource updated.

No content

Delete a specific wallet resource

delete
Path parameters
resourceIDstringRequired

ID of the wallet resource

Responses
delete
/wallet/{resourceID}
204

Wallet resource deleted.

No content