> ## Documentation Index
> Fetch the complete documentation index at: https://docs-restapi.wplimit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# System Information

> Get system information including plugin versions and available endpoints.

## Example Request

```bash theme={null}
GET /wp-json/latepoint-api/v1/info
```

## Example Response

```json theme={null}
{
  "plugin_version": "1.0.0",
  "latepoint_version": "5.0.0",
  "wordpress_version": "6.4.2",
  "php_version": "8.1.0",
  "endpoints": [
    "/bookings",
    "/agents",
    "/services",
    "/customers",
    "/payments",
    "/orders",
    "/coupons",
    "/locations",
    "/availability",
    "/info",
    "/test"
  ]
}
```
