Retrieves investor information as captured during the investor on-boarding process. Real time notifications for investor updates are also available for subscription.
Investor (v1)
Download OpenAPI specification:Download
Retrieves investor information as captured during the investor on-boarding process. Real time notifications for investor updates are also available for subscription.
Returns all the investor related attributes available from the on-boarding process and documentation.
path Parameters
trackingNumber required | string Unique tracking number to receive investor data. |
header Parameters
Authorization required | string access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey required | string This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Responses
Request samples
- cURL
curl --request GET \ --url 'https://api.seic.com/v1/investors/fulfillment/1234' \ --header 'appkey: gsedgaerhDSHGRSH ' \ --header 'authorization: Bearer ADsgdnnkjnfdIKJN' \' --data '{}'
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "data": {
- "results": [
- {
- "firm": "string",
- "standard": {
- "fullName": "string",
- "externalId": "string",
- "alternateId": "string",
- "accountNumber": "string",
- "subscriberType": "string",
- "taxType": "string",
- "taxStatus": "string",
- "accreditedInvestor": "na",
- "qualifiedPurchaser": "na",
- "employeeEligibleFlag": true,
- "domicileIsoCode": "string",
- "citizenshipIsoCodes": [
- "string"
], - "placeOfBusinessIsoCode": "string",
- "placeOfBusinessStateCode": "string"
}, - "pii": {
- "primaryTaxId": "string",
- "secondaryTaxId": "string",
- "foreignTaxId": "string",
- "dob": "2019-08-24"
}, - "compliance": {
- "formPfBeneficialOwnerType": "U.S.Person",
- "beneficialOwnersFormPf": [
- "string"
], - "erisaType": "na",
- "erisaPercentage": "1.1",
- "finra5130": "restricted",
- "finra5130Percentage": "string",
- "finra5131": "na",
- "finra5131CompanyName": "string",
- "finra5131Percentage": "string",
- "giin": "string"
}, - "addresses": [
- {
- "type": "mailing",
- "attention1": "string",
- "attention2": "string",
- "addressLine1": "string",
- "addressLine2": "string",
- "addressLine3": "string",
- "addressLine4": "string",
- "city": "string",
- "state": "string",
- "postalCode": "string",
- "countryIsoCode": "string"
}
], - "label": { }
}
]
}
}
Subscribe to receive real-time notifications whenever Investor related data changes.
header Parameters
Authorization required | string access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey required | string This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Request Body schema: application/json
trackingNumber | string A unique tracking number assigned to a specific request. |
externalOrderId | string The Unique identifier of the order. |
Responses
Request samples
- Payload
{- "trackingNumber": "string",
- "externalOrderId": "string"
}
Response samples
- 201
- 400
- 401
- 403
- 404
- 500
{- "data": {
- "subscriptionId": "string"
}
}
Unsubscribe from receiving real time notifications whenever investor related data changes.
path Parameters
subscriptionId required | string Identifer of the event for which you wish to cancel the subscription |
header Parameters
Authorization required | string access_token value obtained from the Token endpoint.This is passed as "Bearer access_token" |
AppKey required | string This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
Responses
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
"Ok - The request has succeeded and the response has been returned."