Skip to content

Returns the wallet URL for the current user

GET
/api/user/current/{walletType}/wallet

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

walletType*

Type of wallet to generate (google or apple)

Typestring
Required
Valid values
"google""apple"

Responses

Not logged in.

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python