# Initialize/set IPs for all pools

Any existing IPs in dynamic IP pools will be replaced. All IPs must be dedicated IPs and
belong to the account. Additionally, each dynamic IP pool must contain at least 1 IP that
is not currently warming.

Endpoint: POST /v3/dynamic_pools/all
Version: 3.0.0
Security: basicAuth

## Request fields (multipart/form-data):

  - `good_reputation` (string, required)
    IP(s) to include in the good_reputation pool

  - `poor_reputation` (string, required)
    IP(s) to include in the poor_reputation pool

  - `new_senders` (string, required)
    IP(s) to include in the new_senders pool

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

