# Create domain Endpoint: POST /domains Version: 5.1.47 Security: api_key ## Request fields (application/json): - `domainName` (string, required) Example: "NEW_DOMAIN" - `defaultAlgorithmCode` (string) Must be one of the algorithm codes Example: "SimpleMaskingAlgorithm" - `defaultTokenizationCode` (string) This input is optional. If used, must be one of the tokenization algorithm codes ## Response 201 fields (application/json): - `domainName` (string, required) Example: "NEW_DOMAIN" - `createdBy` (string) Backend generated field - `defaultAlgorithmCode` (string) Must be one of the algorithm codes Example: "SimpleMaskingAlgorithm" - `defaultTokenizationCode` (string) This input is optional. If used, must be one of the tokenization algorithm codes ## Response 400 fields ## Response 404 fields ## Response 409 fields