Working with sending policies using the API
Overview
Check the list of available endpoints and methods to work with sending policies using the Delivery methods API:
Endpoints and methods | Description |
status:GET | Lists the available sending policies in the domain. |
status:GET | Gets a detailed description of a specific sending policy. |
status:POST | Creates a new sending policy. |
status:PUT | Edits a sending policy. |
status:DELETE | Deletes a sending policy. |
Endpoints and methods
GET /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.
GET /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.
POST /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.
PUT/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.
DELETE /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.