The Zuplo Developer API, powered by Zuplo

Metering - Buckets

API Metering bucket management


Endpoint:https://developer-api-main-8600723.self.zuplo.com

Lists metering buckets

GET
https://developer-api-main-8600723.self.zuplo.com
/v1/metering

Lists all buckets belonging to this account.

Lists metering bucketsResponses

    • data
      object[] · required
    • limit
      integer · uint32
    • offset
      integer · uint32
    • total
      integer · uint32

Creates a bucket

POST
https://developer-api-main-8600723.self.zuplo.com
/v1/metering

Creates a new bucket for this account.

Creates a bucketResponses

    • createdOn
      string · date-time · readOnly · required

      When the item was created.

    • updatedOn
      string · date-time · readOnly · required

      When the item was last updated.

    • id
      string · readOnly · required
    • accountName
      string · readOnly · required

Gets a bucket

GET
https://developer-api-main-8600723.self.zuplo.com
/v1/metering/{bucketId}

Returns the details for a bucket.

Gets a bucketpath Parameters

  • bucketId
    string · required

    The id of the bucket. Zuplo automatically creates buckets for your project. You can find it in your Zuplo Portal under the Settings tab for your project.

Gets a bucketResponses

    • createdOn
      string · date-time · readOnly · required

      When the item was created.

    • updatedOn
      string · date-time · readOnly · required

      When the item was last updated.

    • id
      string · readOnly · required
    • accountName
      string · readOnly · required

Deletes a bucket

DELETE
https://developer-api-main-8600723.self.zuplo.com
/v1/metering/{bucketId}

Deletes a bucket and any related resources

Deletes a bucketpath Parameters

  • bucketId
    string · required

    The id of the bucket. Zuplo automatically creates buckets for your project. You can find it in your Zuplo Portal under the Settings tab for your project.

Deletes a bucketResponses

    No response specified