Get another users public key for wallet sharing

post/api/v2/user/sharingkey

Request Body

email string <email>required
Example: user@example.com

200 Response

id string
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
isActive boolean
name object
first string
Example: Jane
full string
Example: Jane Doe
last string
Example: Doe
username string <email>
Example: user@example.com
email object
email string <email>
Example: user@example.com
verified boolean
Example: true
phone object
phone string
Example: 408-718-6885
verified boolean
Example: true
country string
Example: USA
state string
Example: New York

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code

404 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code