Skip to main content
POST
/
api
/
bucketcontent
{
  "client_transaction_id": "<string>",
  "status": "<string>"
}
The Bucket Content API was designed to allow transactions to be included in a bucket on an ad-hoc basis. For example, some transactions have not been populated to another bucket, so the user decides to perform this API request to pass to other buckets. This can be done via the following API call.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Body

application/json
client_transaction_id
string
required

Client transaction ID

populate_buckets
string[]
required

List of bucket Names to insert the transaction into

Response

201 - application/json

Transaction bucket created successfully

client_transaction_id
string
required

Client transaction ID

status
string
required

Transaction loading status