# Create a new appLog Endpoint: POST /api/AppLog Version: v1 ## Header parameters: - `apiKey` (string, required) ## Request fields (application/json): - `applicationGuid` (string, required) The guid of the application to log to Example: "dd1d816d-2e80-478c-93fa-6cf29b168de1" - `owner` (string, required) Example: "My owner" - `scope` (string, required) Example: "My scope" - `source` (string, required) Example: "My source" - `target` (string, required) Example: "My target" - `payload` (string, required) Example: "My payload" ## Response 201 fields (application/json): - `guid` (string) - `applicationGuid` (string) - `owner` (string,null) - `timeStamp` (string) - `scope` (string,null) - `source` (string,null) - `ip` (string,null) - `target` (string,null) - `hash` (string,null) - `payload` (string,null) ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields