This route is used to add an organization to the exclusivity list. This will enable that organization to invest in this security.
This should only be triggered by the organization that owns the security.
It triggers an asynchronous process that will persist this information on the blockchain, which can be monitored using the "Transactions API" endpoints.
This endpoint can be invoked by organizations that have at least one of the following roles on this security: ["issuer"].
This endpoint can't be invoked if the security is restricted.
This endpoint can be called by applications with access to scope "manageExclusivityOptions".
Required scopes
This endpoint requires the following scopes:
: manageExclusivityOptions
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
orgIdstring · max: 50Required
The id of the organization. Used to uniquely identify the organization on the ledger
Example: US9QIMA
isRepLetterProvidedbooleanOptional
Set this value to true if the issuer of the security has a rep letter from the distribution partner being assigned to the exclusivity list.
It is an optional field with default value set to false
Default: falseExample: true
Responses
201
Successfully triggered the process to add the new organization to the exclusive list of investing organizations.
The "processId" and "orchestrationId" properties can be used on the "Transactions API" to monitor the status of this asynchronous process.
application/json
400
The following error codes can be returned:
- GN0002
- IS0004
Please refer to the error code dictionary for the details of each error code.
application/json
401
The following error codes can be returned:
- AU0001
- AU0003
Please refer to the error code dictionary for the details of each error code.
application/json
403
The following error codes can be returned:
- AU0002
- OG0025
- OG0028
- IS0099
Please refer to the error code dictionary for the details of each error code.
application/json
404
The following error codes can be returned:
- IS0009
- OG0001
Please refer to the error code dictionary for the details of each error code.
application/json
409
The following error codes can be returned:
- IS0119
- IS0013
- IS0010
- IS0019
- IS0003
- IS0062
- IS0117
- IS0012
- EX0002
- EX0003
- EX0004
- EX0010
Please refer to the error code dictionary for the details of each error code.
application/json
post
/external/v1/exclusivity/add
Important Notes
This should only be triggered either by the organization that owns the security or by a channel admin.