POST /rest/requests HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 733
{
"request": {
"type": "CREATE_ADMIN",
"data": {
"name": "text",
"deviceType": "PSD",
"deviceUserId": "text",
"registration": {
"subState": "PENDING",
"deviceData": {
"name": "text",
"psdModel": "BLUE",
"pubKey": "text",
"confidentialityKey": "text",
"psdEphemeralKey": "text",
"psdEphemeralKeyAttestation": {
"codeHash": "text",
"attestationPub": "text",
"certificate": "text",
"signature": "text"
}
},
"challenge": {
"challenge": "text",
"ephemeralPublicKey": "text",
"ephemeralPublicKeyAttestation": {
"codeHash": "text",
"attestationPub": "text",
"certificate": "text",
"signature": "text"
},
"handshake": "text",
"handshakeAttestation": {
"codeHash": "text",
"attestationPub": "text",
"certificate": "text",
"signature": "text"
},
"u2fRegisterData": "text",
"ciphertext": "text",
"requestId": "text"
}
}
}
}
}