curl --request GET \
--url http://localhost/api/api/buckets \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Retrieving existing Bucket(s)
curl --request GET \
--url http://localhost/api/api/buckets \
--header 'Authorization: Bearer <token>'{
"count": 123,
"results": [
{}
],
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}Select existing buckets for users to load transactions and conduct transaction monitoring. If there are more than 10 buckets available, the records provided in the response will be paginated by 10 buckets per page.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
Number of results to return per page.
The initial index from which to return the results.
List of buckets retrieved successfully.