# Import allowlist Import a CSV file containing a list of addresses and/or domains to add to the allowlist. The CSV file must be 25MB or under and must contain the following column headers: address, domain. For each row provide either an address or a domain, but not both - choose one, keep the other blank. Endpoint: POST /v3/{domainID}/whitelists/import Version: 3.0.0 Security: basicAuth ## Path parameters: - `domainID` (string, required) The id of the domain you want to update ## Header parameters: - `Content-Type` (string, required) Content-Type must be ## Request fields (multipart/form-data): - `file` (string, required) CSV file ## Response 202 fields (application/json): - `message` (string, required) Response message ## Response 400 fields (application/json): - `message` (string, required) Response message ## Response 500 fields (application/json): - `message` (string, required) Response message