Working with sending policies using the API
[ 1 Overview ] [ 2 Endpoints and methods ]
Overview
Check the list of available endpoints and methods to work with sending policies using the Delivery methods API:
Endpoints and methods | Description |
GETÂ | Lists the available sending policies in the domain. |
GETÂ | Gets a detailed description of a specific sending policy. |
POST | Creates a new sending policy. |
PUT | Edits a sending policy. |
DELETE | Deletes a sending policy. |
Endpoints and methods
GET /policies
Retrieves a list of the sending policies in the domain.
GET /policy/{id}
Gets a detailed description of a specific sending policy given its ID.
POST /policies
Creates a new sending policy.
PUT/policies
Edits an existing sending policy.
DELETE /policies/{id}
Deletes a sending policy.