v1
latestOpenAPI 3.1.02026-08-04751,1671.3 MBEnd Users
Create End User
Create a new end user.
post/api/v1/end-users
Request body
Response
Successful Response
Example response
{
"external_id": "user|1234",
"ecdsa": {
"encrypted_shares": {
"device": "SGVsbG8=",
"platform": [
"SGVsbG8="
]
},
"chain_code": "SGVsbG8="
},
"eddsa": {
"encrypted_shares": {
"device": "SGVsbG8=",
"platform": [
"SGVsbG8="
]
},
"chain_code": "SGVsbG8="
},
"ecdsa_stark": {
"encrypted_shares": {
"device": "SGVsbG8=",
"platform": [
"SGVsbG8="
]
},
"chain_code": "SGVsbG8="
},
"schnorr_secp256k1": {
"encrypted_shares": {
"device": "SGVsbG8=",
"platform": [
"SGVsbG8="
]
},
"chain_code": "SGVsbG8="
},
"auth_public_key": "SGVsbG8=",
"encrypted_device_auth_key": "SGVsbG8=",
"encrypted_device_shares_backups": [
{
"ecdsa": "SGVsbG8=",
"eddsa": "SGVsbG8=",
"ecdsa_stark": "SGVsbG8=",
"schnorr_secp256k1": "SGVsbG8=",
"auth_key": "SGVsbG8="
}
]
}