Reset Password
Check your e-mail for further instructions.
Reset
Name
sharerequestinfo
Auth
no
Description
Get information about a share request from the code that was sent to the user's email.
URL
https://api.pcloud.com/sharerequestinfo
Required
Parameter | Description |
code | string The code that was sent to the user's email |
Output
Return information about a share.
Example
{ result: 0, share: { tomail: "pcloud@pcloud.com", cancreate: false, folderid: 21385, sharerequestid: ID, canread: true, expires: "Thu, 24 Oct 2013 10:41:29 +0000", canmodify: false, message: "The message", candelete: false, sharename: "My Share", created: "Thu, 03 Oct 2013 10:41:29 +0000" } }
Code | Description |
1000 | Log in required. |
1022 | Please provide 'code'. |
2000 | Log in failed. |
2021 | Non existing share request. It might be already accepted or cancelled by the sending user. |
4000 | Too many login tries from this IP address. |