Skip to main content
GET
Get User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

success
boolean
default:true
Example:

true

firstName
string
Example:

"David"

lastName
string
Example:

"N"

email
string
Example:

"support@zerocash.tech"

publicKey
string
Example:

"HC-12"

webhookUrl
string
Example:

"https://api.zerocash.tech/v3/b2b/prod"

sandboxWebhookUrl
string
Example:

"https://api.zerocash.tech/v3/b2b/sand"

KESWallet
object