AM - Add Organization to Exclusivity List

Details

/external/v1/exclusivity/addarrow-up-right

Synopsis

Add Organization to Exclusivity Offering List

post

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".

chevron-right
lockRequired 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
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.

  • securityId: uniquely identifies the fund/offering. See Managing the SecurityId.

  • See Blockchain Transaction Tracking for information on using orchestrationId and processId.

Last updated

Was this helpful?