zVault API
Generates new split key using previously stored or generated master key, propagating changes to zauth.
0box generated JWT token
Created
Bad Request
Internal Server Error
POST /key/:client_id HTTP/1.1
Host:
Accept: */*
No content
0box generated JWT token
Peer public key of the split key, which restrictions should be updated
OK
Bad Request
Internal Server Error
GET /restrictions HTTP/1.1
Host:
Accept: */*
No content
Updates restrictions for existing split key, propagating changes to Zauth.
0box generated JWT token
Peer public key of the split key, which restrictions should be updated
OK
Bad Request
Internal Server Error
PUT /restrictions/:client_id HTTP/1.1
Host:
Accept: */*
No content
Revokes existing split key, propagating changes to Zauth.
0box generated JWT token
OK
Bad Request
Internal Server Error
POST /revoke/:client_id HTTP/1.1
Host:
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 6
"'text'"
No content
Stores external 0box generated wallet private key as master key used to generate new split keys.
0box generated JWT token
Created
Bad Request
Internal Server Error
POST /store HTTP/1.1
Host:
Accept: */*
No content
Last updated