The Zuplo Developer API, powered by Zuplo

API Keys - Buckets

Endpoint:https://dev.zuplo.com

Lists buckets

GET
https://dev.zuplo.com
/v1/accounts/{accountName}/key-buckets

Lists bucketspath Parameters

  • accountNamestring · required

Lists bucketsResponses

    • dataobject[] · required
    • limitinteger · uint32
      Example: 1000
    • offsetinteger · uint32
    • totalinteger · uint32

Creates a bucket

POST
https://dev.zuplo.com
/v1/accounts/{accountName}/key-buckets

Creates a bucketpath Parameters

  • accountNamestring · required

Creates a bucketRequest Body

  • namestring · pattern: ^[a-z0-9-]{5,128}$ · required
  • descriptionstring
  • tagsobject

Creates a bucketResponses

    • createdOnstring · date-time · readOnly · required
      Example: 2023-04-18T05:54:34.408Z
    • updatedOnstring · date-time · readOnly · required
      Example: 2023-04-20T05:54:34.408Z
    • idstring · readOnly · required
    • namestring · pattern: ^[a-z0-9-]{5,128}$ · required
    • isRetrievableboolean
    • descriptionstring
    • tagsobject

Gets a bucket

GET
https://dev.zuplo.com
/v1/accounts/{accountName}/key-buckets/{bucketName}

Gets a bucketpath Parameters

  • accountNamestring · required
  • bucketNamestring · required

Gets a bucketResponses

    • createdOnstring · date-time · readOnly · required
      Example: 2023-04-18T05:54:34.408Z
    • updatedOnstring · date-time · readOnly · required
      Example: 2023-04-20T05:54:34.408Z
    • idstring · readOnly · required
    • namestring · pattern: ^[a-z0-9-]{5,128}$ · required
    • isRetrievableboolean
    • descriptionstring
    • tagsobject

Deletes a bucket

DELETE
https://dev.zuplo.com
/v1/accounts/{accountName}/key-buckets/{bucketName}

Deletes a bucketpath Parameters

  • accountNamestring · required
  • bucketNamestring · required

Deletes a bucketResponses

    No schema specified

Updates a bucket

PATCH
https://dev.zuplo.com
/v1/accounts/{accountName}/key-buckets/{bucketName}

Updates a bucketpath Parameters

  • accountNamestring · required
  • bucketNamestring · required

Updates a bucketRequest Body

  • descriptionstring
  • tagsobject

Updates a bucketResponses

    • createdOnstring · date-time · readOnly · required
      Example: 2023-04-18T05:54:34.408Z
    • updatedOnstring · date-time · readOnly · required
      Example: 2023-04-20T05:54:34.408Z
    • idstring · readOnly · required
    • namestring · pattern: ^[a-z0-9-]{5,128}$ · required
    • isRetrievableboolean
    • descriptionstring
    • tagsobject