Get Request Challenge (Approve)
This method returns the challenge of a given request.
Authorizations
Path parameters
request_idintegerRequired
The request's ID.
Responses
200
Request challenge object
application/json
404
Request not found
application/json
get
GET /requests/{request_id}/challenge HTTP/1.1
Host:
X-Ledger-API-Key: YOUR_API_KEY
Accept: */*
{
"challenge": "text",
"id": 1
}
Last updated