Environment - Lagoon/LagoonSecurity-API GitHub Wiki
Retrieves all information about the application instance being used (according to the authentication credentials used making this request). Application and Environment must be prevously configured at Lagoon® Security.
GET /
Output Example:
{
"notify": true,
"activationUrl": "",
"description": "",
"name": "demo",
"url": "",
"application": {
"description": "Buy and Sell your products",
"name": "marketSample"
}
}