Dropbox · Example Payload

Dropbox Post 2Usersget Space Usage Example

Documents

Dropbox Post 2Usersget Space Usage Example is an example object payload from Dropbox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "post-2usersget-space-usage",
  "method": "POST",
  "path": "/2/users/get_space_usage",
  "summary": "Dropbox get_space_usage",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "used": 314159265,
        "allocation": {
          ".tag": "individual",
          "allocated": 10000000000
        }
      }
    }
  ]
}