Retrieve account related unique identifiers and data points from SEI's KYC system.
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Required Payload: curl -X POST \ 'https://api.seic.com/v1/accounts/attributes' \ --header 'Authorization: Bearer ADsgdnnkjnfdIKJN' \ --header 'AppKey: gsedgaerhDSHGRSH' \ --header 'Content-Type: application/json' \ --data-raw '{ "externalId": "test", "attributes": [ { "name": "LineOfCreditAccountNumber", "value": "true" } ] }'
Complete Payload: curl -X POST \ 'https://api.seic.com/v1/accounts/attributes' \ --header 'Authorization: Bearer ADsgdnnkjnfdIKJN' \ --header 'AppKey: gsedgaerhDSHGRSH' \ --header 'Content-Type: application/json' \ --data-raw '{ "externalId": "test01", "attributes": [ { "name": "LineOfCreditAccountNumber", "value": "true", "explanation":null, "fieldsToNull":[""] } ] }'
Authorization: Bearer ADsgdnnkjnfdIKJN
AppKey: gsedgaerhDSHGRSH
Content-Type: application/json
Status: 200 OK
requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "jobStatusQueryKey": "AbCxMTAxJDAzLzEwLzIwMjEgMDI6MDE6MDA=" } }
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Pass the oAuth Token and the App key to invoke this endpoint for a particular application.
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...
Required Payload: curl -X POST \ 'https://api.seic.com/v1/accounts/attributes' \ --header 'Authorization: Bearer ADsgdnnkjnfdIKJN' \ --header 'AppKey: gsedgaerhDSHGRSH' \ --header 'Content-Type: application/json' \ --data-raw '{ "externalId": "test", "attributes": [ { "name": "LineOfCreditAccountNumber", "value": "true" } ] }'
Complete Payload: curl -X POST \ 'https://api.seic.com/v1/accounts/attributes' \ --header 'Authorization: Bearer ADsgdnnkjnfdIKJN' \ --header 'AppKey: gsedgaerhDSHGRSH' \ --header 'Content-Type: application/json' \ --data-raw '{ "externalId": "test01", "attributes": [ { "name": "LineOfCreditAccountNumber", "value": "true", "explanation":null, "fieldsToNull":[""] } ] }'
Authorization: Bearer ADsgdnnkjnfdIKJN
AppKey: gsedgaerhDSHGRSH
Content-Type: application/json
Status: 200 OK
requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
{ "data": { "jobStatusQueryKey": "AbCxMTAxJDAzLzEwLzIwMjEgMDI6MDE6MDA=" } }
Account Attributes
POST
/accounts/attributes
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
string |
|
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
string |
|
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
string |
-
CodeDescription
-
200
OK- The request has succeeded and the response has been returned.
-
400
Bad request - The server cannot or will not process the request due to an inaccurate request submitted by the client application. Please resubmit the request after making the required corrections indicated in the error response. For more Info on SEI Error Standards please refer to the API Standards FAQ under Support.
-
401
Unauthorized - Invalid authentication details have been provided. Also useful to trigger an authorization pop up if the API is used from a browser.
-
403
Forbidden-The SEI Server understood the request but refuses to fulfill it.
-
404
Not Found- The requested resource or the underlying resource does not exist. Please resubmit the request after making the required corrections
-
500
Internal Server Error - The server was unable to fulfill the request due to an unknown condition. Please contact SEI for support. For More Info please refer to the "Response & Errors" FAQ under support.
Authorization |
access_token value obtained from the Token endpoint. This is passed as "Bearer access_token". |
AppKey |
This is the Consumer Key provided during the App Registration process and is used to identify the user's application. |
content-type |
Request content type. The valid values are application/xxx-form-url encoded. |
Request Body
Working...