Info

If you need to know the basic information about the application that you are communicating with (like full application name and version number), you can call /info:

Response: HTTP 200, application/json (Hide)
GET /info

Response:

1
2
3
4
{
    "application": "ActiveCollab",
    "version": "current"
}