Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of results to return
The last ID on the page you're currently on when you want to fetch the next page.
Response
Bucket response
Array of buckets
Example:
[
{
"id": "nly_test_buc_1amaj5125as",
"name": "Acme Corporation Bucket",
"host": "1amaj5125as.sftp.nightly.sh",
"active": true,
"created_at": 692233200
},
{
"id": "nly_test_buc_8gkde9034zx",
"name": "Example Organization Bucket",
"host": "8gkde9034zx.sftp.nightly.sh",
"active": true,
"created_at": 692233200
}
]Indicates if there are more buckets to fetch
The URI to fetch the next page of results, if any.
Example:
"next-uri-here"