# Add allowlist record Add an address or domain to the allowlist table Endpoint: POST /v3/{domainID}/whitelists Version: 3.0.0 Security: basicAuth ## Path parameters: - `domainID` (string, required) The id of the domain you want to allowlist from ## Request fields (application/form-data): - `address` (string, required) Valid email address if you would like to allowlist email address (prior over 'domain' parameter) - `domain` (string) Valid domain name if you would like allowlist entire domain name ## Response 200 fields (application/json): - `message` (string, required) Response message - `type` (string, required) Type of allowlist - `value` (string, required) Domain or address ## Response 400 fields (application/json): - `message` (string, required) Response message