Skip to main content
POST
/
api
/
bucketcontent
Insert a transaction into a bucket
curl --request POST \
  --url https://api.example.com/api/bucketcontent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_transaction_id": "<string>",
  "populate_buckets": [
    "<string>"
  ]
}
'
{
  "client_transaction_id": "<string>",
  "status": "<string>"
}

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