Generic
Introduction#
Here 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#
Response#
Code:
JSON Body:
version(string): The API Version.
Get the current CSRF Token#
This 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#
Response#
Code:
JSON Body:
csrf_token(string): The CSRF Token.