| 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 .csv suffix or ?format=csv
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/csv
Content-Type: text/csv
Content-Length: length
{"url":"String","clearExisting":false,"method":"GET"}