Inv - Get Pending Assignment
Details
/external/v1/exclusivity/pending-assignments
Synopsis
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
401
The following error codes can be returned:
- AU0001
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
Please refer to the error code dictionary for the details of each error code.
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?