Id of the request
GET /rest/requests/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"type": "UPDATE_QUORUM",
"data": {
"quorum": 1
},
"id": "text",
"legacyId": 1,
"state": "INITIAL",
"reviewSteps": [
{
"stageName": "text",
"quorum": 1
}
],
"currentStepIndex": 1,
"expiredAt": "2025-06-21T05:32:16.208Z",
"targetId": "text",
"reviews": [
{
"stepIndex": 1,
"userId": "text",
"status": "PENDING",
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}
],
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}
Which page to fetch
1
Page size to use
30
Search by request type
Search by request state
Sort by attribute
createdAt
Possible values: Sort order
asc
Possible values: GET /rest/requests HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"page": 1,
"next": 1,
"prev": 1,
"pageSize": 1,
"total": 1,
"results": [
{
"type": "UPDATE_QUORUM",
"data": {
"quorum": 1
},
"id": "text",
"legacyId": 1,
"state": "INITIAL",
"reviewSteps": [
{
"stageName": "text",
"quorum": 1
}
],
"currentStepIndex": 1,
"expiredAt": "2025-06-21T05:32:16.208Z",
"targetId": "text",
"reviews": [
{
"stepIndex": 1,
"userId": "text",
"status": "PENDING",
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}
],
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}
]
}
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"
}
}
}
}
}
{
"type": "UPDATE_QUORUM",
"data": {
"quorum": 1
},
"id": "text",
"legacyId": 1,
"state": "INITIAL",
"reviewSteps": [
{
"stageName": "text",
"quorum": 1
}
],
"currentStepIndex": 1,
"expiredAt": "2025-06-21T05:32:16.208Z",
"targetId": "text",
"reviews": [
{
"stepIndex": 1,
"userId": "text",
"status": "PENDING",
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}
],
"createdAt": "2025-06-21T05:32:16.208Z",
"updatedAt": "2025-06-21T05:32:16.208Z"
}