To try Personal Cloud Storage APIs, log on to the Developer Portal using your mobile number and password. If you do not remember your password, the Developer Portal allows you to request a code which you can receive via a tex message and use with your mobile number to log on. You can also opt to create and use a test account. You do not need to have a Verizon account to create a test account.
You can use our API Console or individual APIs.
You can try Verizon Personal Cloud Storage APIs in any order you wish. The following sequence can help to get you started:
The example below shows a successful API request using GET /fullview API. You can follow these steps to try out any of the APIs.
Curl
curl -X GET --header "Accept: application/json" --header "Authorization: Bearer 7INIR2MGVLUVRLXYVBQML76WNECFCM2CJHUASQVPADEYUZ2O3TSGE3DU5BMZ37SEZ6GGZESXLNJP3Q2ED2BAERAWMTBQP2IGH6WLZN3YQMKS2WT7OT5PQQUQ5OSQ263CCGXOYYDNQVFITVTNO4CL5PAW3QKJAUHJWIWS777O32TOXHDJLBBSUIZZS3DJKPMDO5EJ6JKXFKM5GR3LY7ETMIYC33CSPVXTSSO4MVXUWFIR7OSGQMZVUGQ23VNMV5YZ3HSXJNSP3QZV36V7U4FVU3M2F5JGQL6XCIZYKRO6TPKRGSPQMFRM3FIORINONR45AP77A2OQ4GIMPFPDQ426IJR3YCCLKLTTQUVSSRA" "https://api.cloudapi.verizon.com/cloud/1/fullview"
Request URL
https://api.cloudapi.verizon.com/cloud/1/fullview
Response Body
{
"data": {
"file": [
{
"parentPath": "/VZMOBILE/My Samsung SCH-I535",
"name": "Screenshot_2016-02-10-13-31-35.png",
"size": 110288,
"checksum": "5672c88740bcd9c961ffea3689924a89f15b8b8c94180b5fd8112c0f85e4c08e",
"contentToken": "xxxxxxx_xxxxxxxxxxxxx_xxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxx_x_xxxxxxxxxxxxxxxxxxxxx_xxxx~",
"versionCreated": "2016-02-10T19:00:53.762Z",
"version": 1,
"systemAttributes": {
"MimeType": "image/png",
"RealNetworkImageQuality": "{\"ss\":1.6961438655853271,\"ver\":\"1c\",\"nds\":\"PT7hGIEA-uA=\",\"fds\":0,\"iqs\":-0.14070601761341095}"
}
},
{
"parentPath": "/VZMOBILE/My Samsung SCH-I535",
"name": "22046765053_4fa0e8e096_b.jpg",
"size": 197176,
"checksum": "ab31640ee2033a0943142014715e20ec38e3052720305ccf90e94f12765f225b",
"contentToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxx~",
"versionCreated": "2015-11-18T19:02:10.256Z",
"version": 1,
"systemAttributes": {
"MimeType": "image/jpeg",
"RealNetworkImageQuality": "{\"ss\":-0.4097208082675934,\"ver\":\"1c\",\"nds\":\"VO5ev7i-_qw=\",\"fds\":0,\"iqs\":-0.8748995661735535}"
}
},
...
Response Code
200
Response Headers
{
"pragma": "no-cache",
"x-header-etag": "01#20160210190053762#fbb:b-48eefce9a5b941fda79bb7425253f9d8-4002719556-55af10ae-623d-46a4-b4cb-e1376dcb4c89",
"content-language": "en-US",
"cache-control": "no-cache",
"content-type": "application/json; charset=UTF-8"
}
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.