about

System information end point.

Returns general system information and versions of the (supporting) software.

get/v1/about

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

The available system information

Example response

{
  "data": {
    "version": "6.3.0",
    "api_version": "6.3.0",
    "php_version": "8.1.5",
    "os": "Linux",
    "driver": "mysql"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.