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 https://credzu.com/wp-json/credzu/v1/ping
<?php $response = file_get_contents("https://credzu.com/wp-json/credzu/v1/ping"); $data = json_decode($response, true); print_r($data);
{ "success": true, "message": "Credzu API online", "version": "1.0.0" }
Health check endpoint to verify the API is online
true