Inv - Get Pending Assignment

Details

/external/v1/exclusivity/pending-assignments

Synopsis

Get Pending Assignment

get

This route is used to get the pending assignment requests for this current organization.

This endpoint can be called by applications with access to scope "readExclusivityOptions".

Authorizations
Responses
200
Successfully extracted data
application/json
get
GET /external/v1/exclusivity/pending-assignments HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "securityId": "USS3JKS01I00",
    "assignerOrg": {
      "name": "Test Issuer",
      "orgId": "US9QIMA"
    },
    "createdDate": "2024-09-12T00:00:00.000Z",
    "details": [
      {
        "securityId": "USS3JKS01I00",
        "status": "assigned"
      }
    ],
    "syncJobStatus": "success",
    "blockNumber": "text",
    "blockchainTransactionId": "text"
  }
]

Last updated

Was this helpful?