List Buckets
Retrieve all buckets associated with an account.Path Parameters
string
required
Account identifier (format:
acc_ followed by 27 alphanumeric characters)Headers
string
required
Bearer token for authentication
Response
boolean
Indicates if there are more records to paginate through
array
Get Bucket
Retrieve details of a specific bucket.Path Parameters
string
required
Account identifier
string
required
Bucket identifier
Headers
string
required
Bearer token for authentication
Response
string
Unique bucket identifier
string
Account identifier this bucket belongs to
string
Name of the bucket
boolean
Whether SSL certificates should be verified as valid and trusted
boolean
Whether the bucket is connected to an application via the SDK
string
ISO 8601 timestamp of bucket creation
Create Bucket
Create a new bucket for organizing API traffic data.Path Parameters
string
required
Account identifier
Headers
string
required
Bearer token for authentication
Request Body
string
required
The name of the bucket
Response
Returns the created bucket object with the same structure as the Get Bucket response.Update Bucket
Update the details of an existing bucket.Path Parameters
string
required
Account identifier
string
required
Bucket identifier
Headers
string
required
Bearer token for authentication
Request Body
string
required
The name of the bucket
boolean
required
Whether SSL certificates should be verified as valid and trusted
Response
Returns the updated bucket object.Delete Bucket
Delete a bucket and all associated requests.Path Parameters
string
required
Account identifier
string
required
Bucket identifier
Headers
string
required
Bearer token for authentication
Response
string
ID of the deleted bucket
boolean
Flag indicating the bucket was successfully deleted
Get SDK Settings
Retrieve SDK settings for a bucket based on the ingestion key.Path Parameters
string
required
Bucket identifier
Query Parameters
string
required
Where data should be redacted. Must be either
client or serverstring
required
ID of the client attempting to get the SDK settings
Headers
string
required
Bearer token for authentication