curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transaction-limits{
"limits": [
{
"appliesTo": {
"userIds": [
"<string>"
]
},
"createdAt": "<string>",
"destinations": {
"accountIds": [
"<string>"
],
"addressBookRecordIds": [
"<string>"
],
"toAccounts": true,
"toAddressBook": true,
"toExternalAddresses": true
},
"externalId": "<string>",
"limitId": "<string>",
"limitRule": {
"approve": {
"numberOfApprovals": "<string>",
"authorisedApproversUserIds": [
"<string>"
]
},
"securityDelay": {
"durationHours": "<string>"
},
"skipApproval": true
},
"limitType": "transactions-volume",
"sources": {
"accountIds": [
"<string>"
]
},
"status": "new",
"transactionParams": {
"aboveAmount": {
"amount": "<string>"
},
"durationHours": "<string>"
},
"workspaceId": "<string>",
"createdBy": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}curl --request GET \
--url https://api.bron.org/workspaces/{workspaceId}/transaction-limits{
"limits": [
{
"appliesTo": {
"userIds": [
"<string>"
]
},
"createdAt": "<string>",
"destinations": {
"accountIds": [
"<string>"
],
"addressBookRecordIds": [
"<string>"
],
"toAccounts": true,
"toAddressBook": true,
"toExternalAddresses": true
},
"externalId": "<string>",
"limitId": "<string>",
"limitRule": {
"approve": {
"numberOfApprovals": "<string>",
"authorisedApproversUserIds": [
"<string>"
]
},
"securityDelay": {
"durationHours": "<string>"
},
"skipApproval": true
},
"limitType": "transactions-volume",
"sources": {
"accountIds": [
"<string>"
]
},
"status": "new",
"transactionParams": {
"aboveAmount": {
"amount": "<string>"
},
"durationHours": "<string>"
},
"workspaceId": "<string>",
"createdBy": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>"
}
]
}new, active, deactivated, declined OK
Show child attributes
Was this page helpful?