You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+42-4Lines changed: 42 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17489,6 +17489,18 @@ paths:
17489
17489
required: true
17490
17490
schema:
17491
17491
$ref: '#/components/schemas/Id'
17492
+
- name: orgId
17493
+
description: The organization ID to filter the users enterprises.
17494
+
in: query
17495
+
required: false
17496
+
schema:
17497
+
type: string
17498
+
- name: maxEnterprises
17499
+
description: Specifies the maximum number of enterprises to return. An organization ID must be provided. The maximum limit is 50 enterprises.
17500
+
in: query
17501
+
required: false
17502
+
schema:
17503
+
type: integer
17492
17504
responses:
17493
17505
'200':
17494
17506
description: OK
@@ -35268,7 +35280,7 @@ components:
35268
35280
- oneOf:
35269
35281
- $ref: '#/components/schemas/AddressString3'
35270
35282
- $ref: '#/components/schemas/Id'
35271
-
description: Either a valid address or a wallet or enterprise id. Must be unique in this whitelist.
35283
+
description: A valid blockchain address, wallet ID, enterprise ID, or organization ID. Must be unique in this whitelist.
35272
35284
metaData:
35273
35285
type: object
35274
35286
description: Any data about this entry that is not used to determine when to enforce the policy
@@ -35278,7 +35290,7 @@ components:
35278
35290
description: A client-specified label for this entry. Label must be unique or not set.
35279
35291
owner:
35280
35292
type: string
35281
-
description: The legal owner of the address/ wallet/ enterprise
35293
+
description: The legal owner of the address, wallet, enterprise, or organization.
35282
35294
example: Legal Owner LLC
35283
35295
address:
35284
35296
type: string
@@ -37069,7 +37081,9 @@ components:
37069
37081
value:
37070
37082
type: string
37071
37083
description: |
37072
-
Memo for Stellar or EOS. Type is only required for memos in Stellar transactions. The memo contains optional extra information that can also be used to identify payments in Stellar or EOS.
37084
+
Extra transaction information for CSPR, EOS, HBAR, RUNE, STX, TON, XLM, and XRP. Required for XLM transactions.
37085
+
37086
+
Note: For XRP this is the destination tag (DT). For CSPR this is the transfer ID.
37073
37087
comment:
37074
37088
type: string
37075
37089
description: |
@@ -39980,6 +39994,12 @@ components:
39980
39994
type: array
39981
39995
items:
39982
39996
$ref: '#/components/schemas/AuditableItem'
39997
+
EnterpriseKycState:
39998
+
type: string
39999
+
enum:
40000
+
- unverified
40001
+
- approved
40002
+
- rejected
39983
40003
EnterpriseMember:
39984
40004
title: EnterpriseMember
39985
40005
type: string
@@ -45899,7 +45919,9 @@ components:
45899
45919
value:
45900
45920
type: string
45901
45921
description: |
45902
-
Memo for Stellar or EOS. Type is only required for memos in Stellar transactions. The memo contains optional extra information that can also be used to identify payments in Stellar or EOS.
45922
+
Extra transaction information for CSPR, EOS, HBAR, RUNE, STX, TON, XLM, and XRP. Required for XLM transactions.
45923
+
45924
+
Note: For XRP this is the destination tag (DT). For CSPR this is the transfer ID.
0 commit comments