Info API
This endpoint retrieves basic details about your Monolith tenant and the API key currently being used.
Get Info
GET
/api/v1/info
This endpoint retrieves basic details about your Monolith tenant and the API key currently being used.
No parameters are required for this API.
Response
{
"message": "Monolith API is running",
"success": true,
"user": {
"name": "John McClain",
"email": "[email protected]",
"title": "Detective",
"user_id": 1,
"last_name": "McClain",
"first_name": "John",
"monolith_tenant": "tenant_123abc345"
}
}
Last updated