Authorization: Bearer ********************
X-Altan-Key: ********************
{
"error_type": "string",
"data": {
"file": "string",
"line": 0,
"column": 0,
"message": "string",
"stack": "string",
"url": "http://example.com"
}
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//send-dev-error' \
--header 'Content-Type: application/json' \
--data-raw '{
"error_type": "string",
"data": {
"file": "string",
"line": 0,
"column": 0,
"message": "string",
"stack": "string",
"url": "http://example.com"
}
}'
null