GET
/
workspaces
/
{workspaceId}
/
transaction-limits
/
{limitId}
Get Transaction Limit by ID
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}/transaction-limits/{limitId}
{
  "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
limitId
string
required

Response

OK

appliesTo
object
required
createdAt
string
required
Examples:

"1745344441863"

destinations
object
required
externalId
string
required
Examples:

"pzkcv5thuuuk91hbv6qgko4x"

limitId
string
required
Examples:

"m11gwfggyjcqyhwhjllzs8qq"

limitRule
object
required
limitType
enum<string>
required
Available options:
transactions-volume,
transaction-amount
sources
object
required
status
enum<string>
required
Available options:
new,
active,
deactivated,
declined
transactionParams
object
required
workspaceId
string
required
Examples:

"e191u51yxnykins6fahd"

createdBy
string
Examples:

"w9jh0gf3w9qaxlre7enezt17"

updatedAt
string
Examples:

"1745344441863"

updatedBy
string
Examples:

"w9jh0gf3w9qaxlre7enezt17"