v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBLogs
Create log
Reports a single execution event, warning or error observed by your integration while interacting with the Embat API, so Embat's support team can diagnose integration issues. Log delivery is best-effort: the endpoint returns 204 as soon as the request is accepted, and any failure while recording the log afterwards is not reported back to the caller.
post/logs/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"erpVersion": "2024.1",
"connectorVersion": "1.4.2",
"message": "Failed to post payment: missing accounting account"
}Response
Successful Response