The Zuplo Developer API, powered by Zuplo
Metering - Buckets
API Metering bucket management
Endpoint:
https://dev.zuplo.com
Creates a bucket
POST
https://dev.zuplo.com
/v1/metering
Creates a new bucket for this account.
Responses
createdOn
string · date-time · readOnly · requiredWhen the item was created.
updatedOn
string · date-time · readOnly · requiredWhen the item was last updated.
id
string · readOnly · requiredaccountName
string · readOnly · required
Gets a bucket
GET
https://dev.zuplo.com
/v1/metering/{bucketId}
Returns the details for a bucket.
path Parameters
bucketId
string · requiredThe 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.
Responses
createdOn
string · date-time · readOnly · requiredWhen the item was created.
updatedOn
string · date-time · readOnly · requiredWhen the item was last updated.
id
string · readOnly · requiredaccountName
string · readOnly · required
Deletes a bucket
DELETE
https://dev.zuplo.com
/v1/metering/{bucketId}