GET
/
wp-json
/
latepoint-api
/
v1
/
info

Example Request

GET /wp-json/latepoint-api/v1/info

Example Response

{
  "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"
  ]
}