Info
Get information about the server.
Returns: Information about the server.
Responses
200
Successful Response
application/json
401
Unauthorized
application/json
404
Not Found
application/json
422
Unprocessable Entity
application/json
get
/api/v1/infoGET /api/v1/info HTTP/1.1
Host:
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"version": "text",
"active": true,
"debug": false,
"deployment_type": "other",
"database_type": "other",
"secrets_store_type": "none",
"auth_scheme": "NO_AUTH",
"server_url": "",
"dashboard_url": "",
"analytics_enabled": true,
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"last_user_activity": "2025-11-14T18:38:53.243Z",
"pro_dashboard_url": "text",
"pro_api_url": "text",
"pro_organization_id": "123e4567-e89b-12d3-a456-426614174000",
"pro_organization_name": "text",
"pro_workspace_id": "123e4567-e89b-12d3-a456-426614174000",
"pro_workspace_name": "text"
}Last updated
Was this helpful?