Skip to main content
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": "<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>"
    }
  ]
}

Path Parameters

workspaceId
string
required

Query Parameters

statuses
enum<string>[]
Available options:
new,
active,
deactivated,
declined
fromAccountIds
string[]
toAddressBookRecordIds
string[]
toAccountIds
string[]
appliesToUserIds
string[]
appliesToGroupIds
string[]
limit
string
offset
string

Response

OK

limits
object[]
required