Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/wp-json/latepoint-api/v1/info
Get system information including plugin versions and available endpoints.
GET /wp-json/latepoint-api/v1/info
{ "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" ] }