| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{"url":"String","clearExisting":false,"method":"GET"}