Skip to content

Get Storage Used

Fetch the amount of storage developer utilized

Request

GET: {baseUrl}/developer/:developerID/storageused

Request Payload

Parameters Type Description
level string The level can be dev, app, network and dev_in_ntw
levelData JSON The level data with appID and networkID(If required)
  • If dev is passed under level, the API returns the complete storage used consumed by the developer in all the networks and apps.
  • If app is passed under level, the API returns the storage consumed by the developer under the specific application. For this you need to pass networkID and appID under levelData.
  • If dev_in_ntw is passed under level, the API returns the storage consumed by the developer under the specific network. For this you need to pass networkID under levelData.

  • If network is passed under level, the API returns the storage consumed by the all the developers under the specific network. For this you need to pass networkID under levelData.

Headers
Learn how to pass authentication headers here.