Accessprompt
Handle access prompt after Front end scans Access Pormpt QR Code. WebID can be taken from Session.
post
Body
accessPromptUrlstringOptionalExample:
https://examplecorp.com/accessprompt
methodstringOptionalExample:
POST
inboxstring | nullableOptionalExample:
https://mypod.com/23789283783729/inbox
Responses
200
Access prompt handled successfully.
No content
401
Unathorized - The requestor cannot prove ownership of the WebID for the access prompt
post
POST /accessprompt HTTP/1.1
Host: api.wallet.example.com
Content-Type: application/json
Accept: */*
Content-Length: 188
{
"accessPromptUrl": "https://examplecorp.com/accessprompt",
"method": "POST",
"options": {
"resourceUri": "https://mypod.com/23789283783729/foo"
},
"inbox": "https://mypod.com/23789283783729/inbox"
}
No content