oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
Based on the grant_type selection made the URL that the application needs to invoke with relevant parameters to obtain an oAuth Token will vary
grant_type |
STEP 1 |
client_credentials password refresh_token
|
The application needs to pass required parameters to the /oauthtoken endpoint to obtain an oAuth Token |
invalidate_token |
The application needs to pass a valid access_token to the /oauthtoken endpoint to kill the oAuth Token |
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
#Client Credentials grant with username and password: curl -X POST \ https://api.seic.com/v2/oauthtoken \ -H 'appkey: ADsgdnnkjnfdIKJN' \ -H 'authorization: Basic aVhxZG9vTUmpXamJHSw==' \ -H 'content-type: application/x-www-form-urlencoded' \ -d 'grant_type=client_credentials&username=jdoe&password=samplepassword'
#Depending upon the grant_type two or more of below request headers need to be passed while making the request. Authorization: Basic b65939a0b6f0a21b6y9257f45l6e416f5aec5k15939a0b== AppKey: 5l6e416f5aec5k15939a0b content-type: application/x-www-form-urlencoded
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
#Client Credentials grant: { "refresh_token_expires_in": "0", "api_product_list": "[Investors]", "api_product_list_json": [ "Investors" ], "organization_name": "sei", "developer.email": "jdoe@seic.com", "token_type": "BearerToken", "issued_at": "1529525648451", "client_id": "ADsgdnnkjnfdIKJN", "access_token": "QxHKdx0nk2i", "application_name": "21c2fcd4-03ed-48815cf168", "scope": "", "expires_in": "3599", "refresh_count": "0", "status": "approved" }
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
Based on the grant_type selection made the URL that the application needs to invoke with relevant parameters to obtain an oAuth Token will vary
grant_type |
STEP 1 |
client_credentials password refresh_token
|
The application needs to pass required parameters to the /oauthtoken endpoint to obtain an oAuth Token |
invalidate_token |
The application needs to pass a valid access_token to the /oauthtoken endpoint to kill the oAuth Token |
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...
#Client Credentials grant with username and password: curl -X POST \ https://api.seic.com/v2/oauthtoken \ -H 'appkey: ADsgdnnkjnfdIKJN' \ -H 'authorization: Basic aVhxZG9vTUmpXamJHSw==' \ -H 'content-type: application/x-www-form-urlencoded' \ -d 'grant_type=client_credentials&username=jdoe&password=samplepassword'
#Depending upon the grant_type two or more of below request headers need to be passed while making the request. Authorization: Basic b65939a0b6f0a21b6y9257f45l6e416f5aec5k15939a0b== AppKey: 5l6e416f5aec5k15939a0b content-type: application/x-www-form-urlencoded
Content-Type: application/json Status: 200 OK requesttrackingid: 67e1ff68-164f-03ad-0f2d-5cbbfda56ec9
#Client Credentials grant: { "refresh_token_expires_in": "0", "api_product_list": "[Investors]", "api_product_list_json": [ "Investors" ], "organization_name": "sei", "developer.email": "jdoe@seic.com", "token_type": "BearerToken", "issued_at": "1529525648451", "client_id": "ADsgdnnkjnfdIKJN", "access_token": "QxHKdx0nk2i", "application_name": "21c2fcd4-03ed-48815cf168", "scope": "", "expires_in": "3599", "refresh_count": "0", "status": "approved" }
oAuthToken v2
POST
/oauthtoken
Name | Description | Data Type | Required |
---|---|---|---|
Authorization |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
string |
|
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
string |
-
CodeDescription
-
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 |
The Base64 Encoded form of the Appkey:secret provided during Application registration. |
Content-Type |
Request content type. The valid values are application/xxx-form-urlencoded. |
Request Body
Working...