Check the list of available endpoints and methods to work with sending policies using the Delivery methods API:
Endpoints and methods | Description |
| Lists the available sending policies in the domain. |
| Gets a detailed description of a specific sending policy. |
| Creates a new sending policy. |
| Edits a sending policy. |
| Deletes a sending policy. |
/policies
Retrieves a list of the sending policies in the domain.
To perform this request, your Devo user must have at least the Alert configuration (view) permission assigned. Learn more about roles and permissions in this article. |
ExampleFind below a request example in cURL language. This request will retrieve all the email type delivery methods in the domain that corresponds to the given token. Learn how to authorize your request in this article.
|
Check the list of available responses:
|
/policies/{id}
Gets a detailed description of a specific sending policy given its ID.
To perform this request, your Devo user must have at least the Alert configuration (view) permission assigned. Learn more about roles and permissions in this article. |
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will retrieve all the email type delivery methods in the domain that corresponds to the given token. Learn how to authorize your request in this article.
|
Check the list of available responses:
|
/policies
Creates a new sending policy.
To perform this request, your Devo user must have the Alert configuration (manage) permission assigned. Learn more about roles and permissions in this article. |
Request bodyYou must specify the updates you need to apply to the delivery method in the request body:
Request example
|
Check the list of available responses:
|
/policies
Edits an existing sending policy.
To perform this request, your Devo user must have the Alert configuration (manage) permission assigned. Learn more about roles and permissions in this article. |
Request bodyYou must specify the updates you need to apply to the delivery method in the request body:
Request example
|
Check the list of available responses:
|
/policies/{id}
Deletes a sending policy.
To perform this request, your Devo user must have the Alert configuration (manage) permission assigned. Learn more about roles and permissions in this article. |
Path parametersAdd the following path parameters as part of the endpoint:
ExampleFind below a request example in cURL language. This request will delete the sending policy with ID
|
Check the list of available responses:
|