Create Endpoint
POST/createEndpoint
This API creates an endpoint in EIC.
The Authorization must have a Bearer followed by a Token.
Mandatory parameters:
- endpointname: Enter the name of the endpoint. Provide a logical name for the endpoint that will help you to easily identify the endpoint.
- displayName: Enter a name for the endpoint that will be displayed in the user interface. Display Name can be different from Endpoint Name.
- securitysystem:Select the security system for which you want to create an endpoint. The security system encapsulates the endpoint along with other endpoints sharing the same connections, workflows, or more.
Optional parameters:
description,
ownerType,
owner,
resourceOwnerType,
resourceOwner,
customproperty - N is between 1 to 30,
custompropertyLabel - N is between 1 to 30,
accountNameRule,
accessquery,
enableCopyAccess,
disableNewAccountRequestIfAccountExists,
disableRemoveAccount,
disableModifyAccount,
blockInflightRequest,
userAccountCorrelationRule,
connectionconfig
Request
Path Parameters
- application/json
Body
Responses
- 200
Create Endpoint
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Connection - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Create Endpoint
Schema
{
  "errorCode": "0",
  "msg": "Success"
}
{
  "errorCode": "0",
  "msg": "Success"
}