| Required role: | User | 
| POST | /app/ensure-action-url | 
|---|
| Name | Parameter | Data Type | Required | Description | 
|---|---|---|---|---|
| Url | body | string | No | The URL to use | 
| ClearExisting | body | bool | No | Clear existing action URLs first | 
| Method | body | ActionUrlHttpMethods | No | The HTTP method to use | 
| GET | |
| POST | 
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /app/ensure-action-url HTTP/1.1 
Host: evovoice.io 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
	url: String,
	clearExisting: False,
	method: GET
}