Assign IP to pool
Assign provided dedicated IP to the provided IP pool.
Please log in to see full path URL. Learn why.
post
/email/1/ip-management/pools/{poolId}/ips
Authorizations:
Scopes:
Request rate limit:
10 requests / second (per account)
path Parameters
poolId required | string IP pool identifier. |
Request Body schema:
application/jsoncollapse all -
ipId required | string Dedicated IP identifier. |
Responses
204
No Content
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
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 {- "ipId": "DB3F9D439088BF73F5560443C8054AC4"
}
Response samples
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Copy
Collapse all {- "errorCode": "E400",
- "description": "Request cannot be processed.",
- "action": "Check the syntax, violations and adjust the request.",
- "violations": [
- {
- "property": "property.path",
- "violation": "Violation message."
}
], - "resources": [ ]
}