Skip to content

Rest API

Kalliope provides the REST API to manage the synapses. For configuring the API refer to the settings documentation.

Main API views

Get Kalliope's version

Normal response codes: 200 Error response codes: unauthorized(401) Curl command:

curl -i --user admin:secret -X GET  http://localhost:5000/

Output example:

{
  "Kalliope version": "0.4.2"
}