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