GET
/
workspaces
/
{workspaceId}
/
transaction-limits
Get Transaction Limits
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"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

statuses
enum<string>[]
fromAccountIds
string[]
toAddressBookRecordIds
string[]
toAccountIds
string[]
appliesToUserIds
string[]
appliesToGroupIds
string[]
limit
string
offset
string

Response

200
application/json

OK

The response is of type object.