Authorization: Bearer ********************
X-Altan-Key: ********************
{
"error_type": "string",
"file": "string",
"line": 0,
"column": 0,
"message": "string",
"stack": "string",
"url": "http://example.com",
"fatal": false,
"timestamp": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//log-error' \
--header 'Content-Type: application/json' \
--data-raw '{
"error_type": "string",
"file": "string",
"line": 0,
"column": 0,
"message": "string",
"stack": "string",
"url": "http://example.com",
"fatal": false,
"timestamp": "2019-08-24T14:15:22Z"
}'
null