GET
/
api
/
metadata
{
  "name": "Insforge Backend",
  "version": "2.0.0",
  "environment": "production",
  "database": {
    "host": "db.example.com",
    "port": 5432,
    "database": "insforge",
    "ssl": true
  },
  "uptime": 86400,
  "timestamp": "2024-01-21T10:30:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Application metadata

The response is of type object.