Endpoint
Create an endpoint
Create a new endpoint
API Endpoint
POST
Arguments
Arguments | Description |
---|---|
username (required, string) | Username for the endpoint. Only alphanumeric characters are accepted, and the username must start with an alphabetic character. |
password (required, string) | Password for the endpoint username. It should be at least five characters long. |
alias (required, string) | Alias for the endpoint. Allowed Values:
|
app_id (string) | ID of the application attached to the endpoint. |
Returns
If successful, returns “created” in the “message” field along with an updated username of the endpoint, which has a 12-digit number appended to the username provided in the request. It also returns endpoint_id, which is a unique ID for the endpoint that’s used with other endpoint APIs.