Create a SenderPool
This operation creates a SenderPool
Authentication
AuthorizationBasic
Basic authentication of the form Basic <account_id:auth_token>.
OR
AuthorizationBasic
Basic authentication of the form Basic <api_key:api_key_secret>.
Request
This endpoint expects an object.
name
The friendly name of the SenderPool.
senders
The list of Senders to add to the SenderPool.
Response headers
Location
The location (uri) of the Operation resource. Issue a GET request to this URI to retrieve the status of the Operation.
Response
The request was accepted and an Operation was created to track its progress. The response body contains the ID and link to the Operation resource.
operationId
The Operation ID is an identifier that can be used to correlate all of the
resources created in a request.
Issue a GET request to the resource list location, using the Operation ID as a query parameter
to retrieve the resources that correlate with the Operation.
operationLocation
The location (uri) of the Operation resource identified by operationId.
Errors
400
Bad Request Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error