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