Generic
#
IntroductionHere are some public endpoints.
They are not specific to the API but can serve multiple purposes: security, information, ...
#
Get the version of the running instance#
Request#
ResponseCode:
JSON Body:
version
(string): The API Version.
#
Get the current CSRF TokenThis endpoint allow to retrieve the CSRF Token that must be sent in the header
X-CSRF-Token
with all HTTP verbs that can write data.
#
Request#
ResponseCode:
JSON Body:
csrf_token
(string): The CSRF Token.