The Zuplo Developer API, powered by Zuplo
Welcome to ZAPI - the Zuplo API where you can manage API keys, tunnels and more. To get your API key for this service login to portal.zuplo.com and navigate to your project Settings > Zuplo API Keys.
https://developer-api-main-8600723.self.zuplo.com
Lists buckets
Lists all buckets belonging to this account.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
data
object[]limit
integeroptionaloffset
integeroptionaltotal
integeroptional
Creates a bucket
Creates a new bucket for this account.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Request Body
name
stringA friendly name for the bucket.
description
stringoptionalA description of the bucket.
tags
objectoptionalKey value pairs to associate with the bucket.
Responses
createdOn
stringWhen the item was created.
updatedOn
stringWhen the item was last updated.
id
stringname
stringA friendly name for the bucket.
isRetrievable
booleanoptionalWhether the API keys stored in the bucket are retrievable
description
stringoptionalA description of the bucket.
tags
objectoptionalKey value pairs to associate with the bucket.
Gets a bucket
Returns the details for a bucket, including the token used to connect to the bucket.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
bucketName
stringrequiredThe name of the bucket. Zuplo automatically creates a bucket for your project. You can find it in youe Zuplo Portal under Settings > Project Information.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
createdOn
stringWhen the item was created.
updatedOn
stringWhen the item was last updated.
id
stringname
stringA friendly name for the bucket.
isRetrievable
booleanoptionalWhether the API keys stored in the bucket are retrievable
description
stringoptionalA description of the bucket.
tags
objectoptionalKey value pairs to associate with the bucket.
Deletes a bucket
Deletes a bucket and any related resources
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
bucketName
stringrequiredThe name of the bucket. Zuplo automatically creates a bucket for your project. You can find it in youe Zuplo Portal under Settings > Project Information.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
Updates a bucket
Updates a bucket, and returns the updated value.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
bucketName
stringrequiredThe name of the bucket. Zuplo automatically creates a bucket for your project. You can find it in youe Zuplo Portal under Settings > Project Information.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Request Body
description
stringoptionalA description of the bucket.
tags
objectoptionalKey value pairs to associate with the bucket.
Responses
createdOn
stringWhen the item was created.
updatedOn
stringWhen the item was last updated.
id
stringname
stringA friendly name for the bucket.
isRetrievable
booleanoptionalWhether the API keys stored in the bucket are retrievable
description
stringoptionalA description of the bucket.
tags
objectoptionalKey value pairs to associate with the bucket.