Sanitycheck - Lagoon/LagoonSecurity-API GitHub Wiki
Checks the authentication credentials and if the application is active. In case of success, it means that the credencials are correct and the application is ready to interact with Lagoon® Security. This method also checks if the API version being used is supported.
GET /sanitycheck
Output Example:
{
sanity: true,
message: "Application marketSample - demo is ok!"
}