Create IP pool
Create a new IP pool.
Please log in to see full path URL. Learn why.
post
/email/1/ip-management/pools
Authorizations:
Scopes:
Request rate limit:
10 requests / second (per account)
Request Body schema:
application/jsoncollapse all -
name required | string [ 1 .. 100 ] characters IP pool name. |
Responses
201
Created
400
Bad Request
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Copy
Collapse all {- "name": "IP Pool name"
}
Response samples
- 201
- 400
- 401
- 403
- 429
- 500
Content type
application/json
Copy
Collapse all {- "id": "08A3A7608750CC6E6080325A6ADF45B6",
- "name": "IP pool name"
}