curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transaction-limits
{
"limits": [
{
"appliesTo": {
"userIds": [
"<string>"
]
},
"createdAt": "1745344441863",
"createdBy": "w9jh0gf3w9qaxlre7enezt17",
"destinations": {
"accountIds": [
"<string>"
],
"addressBookRecordIds": [
"<string>"
],
"toAccounts": true,
"toAddressBook": true,
"toExternalAddresses": true
},
"externalId": "pzkcv5thuuuk91hbv6qgko4x",
"limitId": "m11gwfggyjcqyhwhjllzs8qq",
"limitRule": {
"approve": {
"authorisedApproversUserIds": [
"<string>"
],
"numberOfApprovals": "2"
},
"securityDelay": {
"durationHours": "<string>"
},
"skipApproval": true
},
"limitType": "transactions-volume",
"sources": {
"accountIds": [
"<string>"
]
},
"status": "new",
"transactionParams": {
"aboveAmount": {
"amount": "1000"
},
"durationHours": "24"
},
"updatedAt": "1745344441863",
"updatedBy": "w9jh0gf3w9qaxlre7enezt17",
"workspaceId": "e191u51yxnykins6fahd"
}
]
}
curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transaction-limits
{
"limits": [
{
"appliesTo": {
"userIds": [
"<string>"
]
},
"createdAt": "1745344441863",
"createdBy": "w9jh0gf3w9qaxlre7enezt17",
"destinations": {
"accountIds": [
"<string>"
],
"addressBookRecordIds": [
"<string>"
],
"toAccounts": true,
"toAddressBook": true,
"toExternalAddresses": true
},
"externalId": "pzkcv5thuuuk91hbv6qgko4x",
"limitId": "m11gwfggyjcqyhwhjllzs8qq",
"limitRule": {
"approve": {
"authorisedApproversUserIds": [
"<string>"
],
"numberOfApprovals": "2"
},
"securityDelay": {
"durationHours": "<string>"
},
"skipApproval": true
},
"limitType": "transactions-volume",
"sources": {
"accountIds": [
"<string>"
]
},
"status": "new",
"transactionParams": {
"aboveAmount": {
"amount": "1000"
},
"durationHours": "24"
},
"updatedAt": "1745344441863",
"updatedBy": "w9jh0gf3w9qaxlre7enezt17",
"workspaceId": "e191u51yxnykins6fahd"
}
]
}
Show child attributes
OK
The response is of type object
.
Was this page helpful?