# Create application Endpoint: POST /applications Version: 5.1.47 Security: api_key ## Request fields (application/json): - `applicationName` (string, required) The name of this Application. Note that it must be unique. Example: "App123" ## Response 201 fields (application/json): - `applicationId` (integer) The ID of the application. This will be generated by the Masking Engine. - `applicationName` (string, required) The name of this Application. Note that it must be unique. Example: "App123" ## Response 400 fields ## Response 409 fields