FA - Get Pending Assignments

Asset managers can assign service providers, such as fund administrators, that take part in tasks associated with the lifecycle of an offering.

Details

/external/v1/service-providers/pending-assignments

Synopsis

Get Pending Assignments

get

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

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

Authorizations
Responses
200
Successfully extracted data
application/json
get
GET /external/v1/service-providers/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",
    "syncJobStatus": "success",
    "blockNumber": 350,
    "blockchainTransactionId": "text"
  }
]

Last updated

Was this helpful?