Skip to content

about

Since v0.10.0 Balerter provides Core API.

It's allows you to use core modules from your scripts, written and running outside Balerter with your preferred languages.

Libraries:

Feel for free for contributions for these or new libraries!

If you want to add new library for Balerter Core API, please check this discussion

For use Core API, you need to add coreApi section to your api configuration. Read more

API

All API methods returns JSON response:

Success response:

{
    "status": "ok",
    "result": <result data> 
}

Error response:

{
    "status": "error",
    "error": "error message"
}