Challenge

Get the challenge of the specified request for current user

get
Authorizations
Path parameters
idstringRequired

Id of the request

Responses
200
Successful response
application/json
get
GET /rest/requests/{id}/challenge HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "pubKey": "text",
  "challenge": {
    "challengeType": "PSD",
    "wActions": [
      "text"
    ],
    "handshake": "text",
    "handshakeAttestation": {
      "codeHash": "text",
      "attestationPub": "text",
      "certificate": "text",
      "signature": "text"
    },
    "partitionId": "text"
  }
}