Id of the request
GET /rest/requests/{id}/challenge HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "pubKey": "text", "challenge": { "challengeType": "PSD", "wActions": [ "text" ], "handshake": "text", "handshakeAttestation": { "codeHash": "text", "attestationPub": "text", "certificate": "text", "signature": "text" }, "partitionId": "text" } }