curl --request POST \
--url http://localhost/api/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>"
}Insert a transaction into specified buckets by client transaction ID.
curl --request POST \
--url http://localhost/api/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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service