Skip to main content
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": "<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
limitId
string
required

Response

OK

appliesTo
object
required
createdAt
string
required
Example:

"1745344441863"

destinations
object
required
externalId
string
required
Example:

"pzkcv5thuuuk91hbv6qgko4x"

limitId
string
required
Example:

"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
Example:

"e191u51yxnykins6fahd"

createdBy
string
Example:

"w9jh0gf3w9qaxlre7enezt17"

updatedAt
string
Example:

"1745344441863"

updatedBy
string
Example:

"w9jh0gf3w9qaxlre7enezt17"